6 references to Indexer
Microsoft.CodeAnalysis.CSharp.Features (1)
SolutionExplorer\CSharpSolutionExplorerSymbolTreeItemProvider.cs (1)
328
var glyph = GlyphExtensions.GetGlyph(DeclaredSymbolInfoKind.
Indexer
, accessibility);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
345
DeclaredSymbolInfoKind.
Indexer
,
Microsoft.CodeAnalysis.Features (3)
Common\GlyphExtensions.cs (1)
289
DeclaredSymbolInfoKind.
Indexer
=> Glyph.PropertyPublic,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
214
case DeclaredSymbolInfoKind.
Indexer
:
303
lookupTable[(int)DeclaredSymbolInfoKind.
Indexer
] = true;
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Project.cs (1)
456
case DeclaredSymbolInfoKind.
Indexer
: