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)
82
{ WellKnownTags.
RangeVariable
, ImmutableArray.Create(LSP.CompletionItemKind.Variable) },
Microsoft.CodeAnalysis.Workspaces (2)
Tags\WellKnownTags.cs (2)
43
public const string RangeVariable = nameof(
RangeVariable
);
121
internal static readonly ImmutableArray<string> RangeVariable = [WellKnownTags.
RangeVariable
];