5 references to Reference
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
181
case WellKnownTags.
Reference
:
Completion\CompletionTags.cs (1)
52
public const string Reference = WellKnownTags.
Reference
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
83
{ WellKnownTags.
Reference
, ImmutableArray.Create(LSP.CompletionItemKind.Reference) },
Microsoft.CodeAnalysis.Workspaces (2)
Tags\WellKnownTags.cs (2)
44
public const string Reference = nameof(
Reference
);
122
internal static readonly ImmutableArray<string> Reference = [WellKnownTags.
Reference
];