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