5 references to Assembly
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
43
case WellKnownTags.
Assembly
:
Completion\CompletionTags.cs (1)
29
public const string Assembly = WellKnownTags.
Assembly
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
52
{ WellKnownTags.
Assembly
, LSP.CompletionItemKind.File },
Microsoft.CodeAnalysis.Workspaces (2)
Tags\WellKnownTags.cs (2)
21
public const string Assembly = nameof(
Assembly
);
62
internal static readonly ImmutableArray<string> Assembly = ImmutableArray.Create(WellKnownTags.
Assembly
);