1 implementation of LengthSymbol
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10482
public ISymbol
LengthSymbol
{ get; }
5 references to LengthSymbol
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2137
return new ImplicitIndexerReferenceOperation(instance, argument, operation.
LengthSymbol
, operation.IndexerSymbol, semanticModel: null,
6256
return new ImplicitIndexerReferenceOperation(instance, index, indexerReference.
LengthSymbol
, indexerReference.IndexerSymbol,
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\OperationTreeVerifier.cs (2)
953
LogSymbol(operation.
LengthSymbol
, $"{nameof(operation.
LengthSymbol
)}");
Compilation\TestOperationVisitor.cs (1)
609
Assert.NotNull(operation.
LengthSymbol
);