3 instantiations of InheritanceMarginGlyph
IdeBenchmarks (1)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
107var glyph = new InheritanceMarginGlyph(
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\InheritanceGlyphFactory.cs (1)
84return new InheritanceMarginGlyph(
InheritanceMargin\InheritanceGlyphManager.cs (1)
198=> new(
11 references to InheritanceMarginGlyph
IdeBenchmarks (1)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
107var glyph = new InheritanceMarginGlyph(
Microsoft.VisualStudio.LanguageServices (6)
InheritanceMargin\InheritanceGlyphManager.cs (3)
92var glyph = CreateNewGlyph(tag); 155private void SetTop(ITextViewLine line, InheritanceMarginGlyph glyph) 197private InheritanceMarginGlyph CreateNewGlyph(InheritanceMarginTag tag)
InheritanceMargin\InheritanceGlyphManager_IntervalTreeData.cs (3)
16public InheritanceMarginGlyph Glyph { get; } 18public GlyphData(SnapshotSpan snapshotSpan, InheritanceMarginGlyph glyph) 24public void Deconstruct(out SnapshotSpan span, out InheritanceMarginGlyph glyph)
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (4)
InProcess\InheritanceMarginInProcess.cs (4)
105var glyph = await GetTheGlyphOnLineAsync(lineNumber, cancellationToken); 113public async Task<InheritanceMarginGlyph> GetTheGlyphOnLineAsync(int lineNumber, CancellationToken cancellationToken) 122var glyphsOnLine = new List<InheritanceMarginGlyph>(); 125if (glyph is InheritanceMarginGlyph inheritanceMarginGlyph)