1 implementation of LengthSymbol
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10365public ISymbol? LengthSymbol { get; }
3 references to LengthSymbol
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7657operation.LengthSymbol,
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (2)
2021LogSymbol(operation.LengthSymbol, $", {nameof(operation.LengthSymbol)}");