1 implementation of IndexerSymbol
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10523public ISymbol IndexerSymbol { get; }
4 references to IndexerSymbol
ILLink.RoslynAnalyzer (2)
DataFlow\LocalDataFlowVisitor.cs (2)
347var property = (IPropertySymbol)indexerRef.IndexerSymbol; 762if (operation.IndexerSymbol is not IPropertySymbol indexerProperty)
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2147return new ImplicitIndexerReferenceOperation(instance, argument, operation.LengthSymbol, operation.IndexerSymbol, semanticModel: null, 6267return new ImplicitIndexerReferenceOperation(instance, index, indexerReference.LengthSymbol, indexerReference.IndexerSymbol,