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)
62
{ WellKnownTags.
Assembly
, ImmutableArray.Create(LSP.CompletionItemKind.File) },
Microsoft.CodeAnalysis.Workspaces (2)
Tags\WellKnownTags.cs (2)
21
public const string Assembly = nameof(
Assembly
);
64
internal static readonly ImmutableArray<string> Assembly = [WellKnownTags.
Assembly
];