6 references to RangeVariable
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\DeclarationName\DeclarationNameInfo.cs (1)
725SymbolKind.RangeVariable => Glyph.RangeVariable,
Microsoft.CodeAnalysis.Features (5)
Common\GlyphExtensions.cs (1)
194return Glyph.RangeVariable;
Common\GlyphTags.cs (1)
80Glyph.RangeVariable => WellKnownTagArrays.RangeVariable,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
82Glyph.RangeVariable => VSTypeScriptGlyph.RangeVariable, 166VSTypeScriptGlyph.RangeVariable => Glyph.RangeVariable,
Shared\Extensions\ISymbolExtensions_2.cs (1)
155return Glyph.RangeVariable;