9 references to GetTags
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\FunctionPointerUnmanagedCallingConventionCompletionProvider.cs (1)
81completionItems.Add(CompletionItem.Create(callingConvention, tags: GlyphTags.GetTags(Glyph.Keyword)));
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Completion\AbstractCompletionProviderTests.cs (1)
257if (result.Glyph.HasValue && !c.Tags.SequenceEqual(GlyphTags.GetTags(result.Glyph.Value)))
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
FSharpGlyphTags.cs (1)
16return GlyphTags.GetTags(FSharpGlyphHelpers.ConvertTo(glyph));
Microsoft.CodeAnalysis.Features (4)
Completion\CommonCompletionItem.cs (1)
38tags = GlyphTags.GetTags(glyph.Value).AddRange(tags);
Completion\Providers\ImportCompletionProvider\ImportCompletionItem.cs (1)
78tags: GlyphTags.GetTags(glyph),
FindUsages\DefinitionItemFactory.cs (1)
117var tags = GlyphTags.GetTags(definition.GetGlyph());
QuickInfo\QuickInfoUtilities.cs (1)
143var tags = ImmutableArray.CreateRange(GlyphTags.GetTags(symbol.GetGlyph()));
Microsoft.VisualStudio.LanguageServices (2)
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (1)
579GlyphTags.GetTags(Glyph.StatusInformation),
FindReferences\Contexts\WithReferencesFindUsagesContext.cs (1)
297GlyphTags.GetTags(Glyph.StatusInformation),