1 write to _glyphManager
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginViewMargin.cs (1)
64
_glyphManager
= new InheritanceGlyphManager(
5 references to _glyphManager
Microsoft.VisualStudio.LanguageServices (5)
InheritanceMargin\InheritanceMarginViewMargin.cs (5)
98
((IDisposable)
_glyphManager
).Dispose();
109
_glyphManager
.SetSnapshotAndUpdate(
117
_glyphManager
.RemoveGlyphs(line.Extent);
164
_glyphManager
.RemoveGlyphs(changedSpan);
188
_glyphManager
.AddGlyph(mappingTagSpan.Tag, tagSpans[0]);