1 write to _textBuffer
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\Utilities\TagSpanIntervalTree.cs (1)
31
_textBuffer
= textBuffer;
3 references to _textBuffer
Microsoft.CodeAnalysis.EditorFeatures (3)
Shared\Tagging\Utilities\TagSpanIntervalTree.cs (3)
39
public ITextBuffer Buffer =>
_textBuffer
;
46
Debug.Assert(snapshot.TextBuffer ==
_textBuffer
);
54
Debug.Assert(snapshot.TextBuffer ==
_textBuffer
);