1 write to _glyphManager
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginViewMargin.cs (1)
65
_glyphManager
= new InheritanceGlyphManager(
5 references to _glyphManager
Microsoft.VisualStudio.LanguageServices (5)
InheritanceMargin\InheritanceMarginViewMargin.cs (5)
99
((IDisposable)
_glyphManager
).Dispose();
110
_glyphManager
.SetSnapshotAndUpdate(
118
_glyphManager
.RemoveGlyphs(line.Extent);
166
_glyphManager
.RemoveGlyphs(changedSpan);
190
_glyphManager
.AddGlyph(mappingTagSpan.Tag, tagSpans[0]);