5 references to StatusInformation
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
204case WellKnownTags.StatusInformation:
Completion\CompletionTags.cs (1)
60internal const string StatusInformation = WellKnownTags.StatusInformation;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
79{ WellKnownTags.StatusInformation, LSP.CompletionItemKind.Text },
Microsoft.CodeAnalysis.Workspaces (2)
Tags\WellKnownTags.cs (2)
53internal const string StatusInformation = nameof(StatusInformation); 130internal static readonly ImmutableArray<string> StatusInformation = ImmutableArray.Create(WellKnownTags.StatusInformation);