1 write to _textView
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceGlyphManager.cs (1)
66_textView = textView;
4 references to _textView
Microsoft.VisualStudio.LanguageServices (4)
InheritanceMargin\InheritanceGlyphManager.cs (4)
94var lines = _textView.TextViewLines; 141if (!_textView.TextViewLines.IntersectsBufferSpan(newSpan) || GetStartingLine(newOrReformattedLines, newSpan) != null) 161=> Canvas.SetTop(glyph, line.TextTop - _textView.ViewportTop); 211_textView,