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)
39public ITextBuffer Buffer => _textBuffer; 46Debug.Assert(snapshot.TextBuffer == _textBuffer); 54Debug.Assert(snapshot.TextBuffer == _textBuffer);