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