5 references to RangeVariable
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
178
case WellKnownTags.
RangeVariable
:
Completion\CompletionTags.cs (1)
51
public const string RangeVariable = WellKnownTags.
RangeVariable
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
72
{ WellKnownTags.
RangeVariable
, LSP.CompletionItemKind.Variable },
Microsoft.CodeAnalysis.Workspaces (2)
Tags\WellKnownTags.cs (2)
43
public const string RangeVariable = nameof(
RangeVariable
);
119
internal static readonly ImmutableArray<string> RangeVariable = ImmutableArray.Create(WellKnownTags.
RangeVariable
);