1 implementation of IndexerSymbol
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10366public ISymbol? IndexerSymbol { get; }
3 references to IndexerSymbol
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7658operation.IndexerSymbol,
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (2)
2022LogSymbol(operation.IndexerSymbol, $", {nameof(operation.IndexerSymbol)}");