1 implementation of Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9978
public IOperation
Value
{ get; }
4 references to Value
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7558
value: VisitRequired(operation.
Value
),
Microsoft.CodeAnalysis.Features (1)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
320
Value
: ILiteralOperation value
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1950
Visit(operation.
Value
, "Value");
Compilation\TestOperationVisitor.cs (1)
1383
Assert.Same(operation.
Value
, operation.ChildOperations.Single());