3 references to GetGlyphs
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
QuickInfo\AbstractSemanticQuickInfoSourceTests.cs (2)
42
Assert.Contains(expectedGlyph, qi.Tags.
GetGlyphs
());
142
Assert.DoesNotContain(Glyph.CompletionWarning, item.Tags.
GetGlyphs
());
Microsoft.CodeAnalysis.Features (1)
QuickInfo\Presentation\QuickInfoContentBuilder.cs (1)
193
foreach (var glyph in quickInfoItem.Tags.
GetGlyphs
())