1 write to _textView
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceGlyphManager.cs (1)
61_textView = textView;
4 references to _textView
Microsoft.VisualStudio.LanguageServices (4)
InheritanceMargin\InheritanceGlyphManager.cs (4)
89var lines = _textView.TextViewLines; 136if (!_textView.TextViewLines.IntersectsBufferSpan(newSpan) || GetStartingLine(newOrReformattedLines, newSpan) != null) 156=> Canvas.SetTop(glyph, line.TextTop - _textView.ViewportTop); 206_textView,