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