1 implementation of IndexerSymbol
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10110public ISymbol IndexerSymbol { get; }
4 references to IndexerSymbol
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
2131return new ImplicitIndexerReferenceOperation(instance, argument, operation.LengthSymbol, operation.IndexerSymbol, semanticModel: null,
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\OperationTreeVerifier.cs (2)
956LogSymbol(operation.IndexerSymbol, $"{nameof(operation.IndexerSymbol)}");
Compilation\TestOperationVisitor.cs (1)
598Assert.NotNull(operation.IndexerSymbol);