1 implementation of Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9023public IOperation Value { get; }
6 references to Value
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7510VisitAndCapture(arm.Value, captureOutput);
Microsoft.CodeAnalysis.Test.Utilities (5)
Compilation\OperationTreeVerifier.cs (2)
2101Visit(operation.Value, nameof(operation.Value));
Compilation\TestOperationVisitor.cs (3)
1545Assert.NotNull(operation.Value); 1548? new[] { operation.Pattern, operation.Value } 1549: new[] { operation.Pattern, operation.Guard, operation.Value };