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