1 implementation of LengthSymbol
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10522public ISymbol LengthSymbol { get; }
2 references to LengthSymbol
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,