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