I couldn't find a way to make a comment directly on a line. The reference was added in commit d7a32bd6a4b47b185cc282b600ae7a83e5a37aa4, and as of right now is on line 361 of TemplateProjectionBuffer. Here is the line in context:
newProjectionSpans.Add(
new CustomTrackingSpan(
_templateBuffer.CurrentSnapshot,
sourceSpan,
PointTrackingMode.Positive,
PointTrackingMode.Negative
)
);
Can you verify that this use of
_templateBuffer is correct, and should
not be a reference to
_diskBuffer?