1 implementation of Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9978
public IOperation
Value
{ get; }
3 references to Value
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7558
value: VisitRequired(operation.
Value
),
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1968
Visit(operation.
Value
, "Value");
Compilation\TestOperationVisitor.cs (1)
1382
Assert.Same(operation.
Value
, operation.ChildOperations.Single());