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