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