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)
94
var lines =
_textView
.TextViewLines;
141
if (!
_textView
.TextViewLines.IntersectsBufferSpan(newSpan) || GetStartingLine(newOrReformattedLines, newSpan) != null)
161
=> Canvas.SetTop(glyph, line.TextTop -
_textView
.ViewportTop);
211
_textView
,