1 implementation of Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8448public IOperation Value { get; }
8 references to Value
Microsoft.CodeAnalysis.Test.Utilities (8)
Compilation\ControlFlowGraphVerifier.cs (1)
415assertCaptureReferences(currentState, capture.Value, block, j, longLivedIds, referencedIds, finalGraph);
Compilation\OperationTreeVerifier.cs (1)
986Visit(operation.Value, "Value");
Compilation\TestOperationVisitor.cs (6)
1685Assert.Same(operation.Value, operation.ChildOperations.Single()); 1687switch (operation.Value.Kind) 1700Assert.False(true, $"A {operation.Value.Kind} node should not be spilled or captured."); 1705if (!operation.Value.ConstantValue.HasValue || operation.Value.ConstantValue.Value != null) 1707Assert.NotNull(operation.Value.Type);