1 write to Tags
Microsoft.CodeAnalysis.Features (1)
QuickInfo\QuickInfoItem.cs (1)
40Tags = tags.IsDefault ? ImmutableArray<string>.Empty : tags;
3 references to Tags
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\QuickInfo\IntellisenseQuickInfoBuilder.cs (1)
35var glyphs = quickInfoItem.Tags.GetGlyphs();
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
QuickInfo\AbstractSemanticQuickInfoSourceTests.cs (2)
43Assert.Contains(expectedGlyph, qi.Tags.GetGlyphs()); 143Assert.DoesNotContain(Glyph.CompletionWarning, item.Tags.GetGlyphs());