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