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