1 write to Value
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8184
this.
Value
= value;
10 references to Value
Microsoft.CodeAnalysis.CSharp (10)
Binder\DecisionDagBuilder.cs (2)
679
Debug.Assert(rel.
Value
.Type is not null);
682
output = MakeConvertToType(input, rel.Syntax, rel.
Value
.Type, isExplicitTest: false, tests);
FlowAnalysis\DefiniteAssignment.cs (1)
1949
this.VisitRvalue(pat.
Value
);
FlowAnalysis\NullableWalker_Patterns.cs (1)
102
Visit(node.
Value
);
Generated\BoundNodes.xml.Generated.cs (5)
8197
if (relation != this.Relation || value != this.
Value
|| constantValue != this.ConstantValue || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
10372
this.Visit(node.
Value
);
11720
BoundExpression value = (BoundExpression)this.Visit(node.
Value
);
14289
BoundExpression value = (BoundExpression)this.Visit(node.
Value
);
16417
new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.
Value
, null) }),
Operations\CSharpOperationFactory.cs (1)
2411
IOperation value = Create(boundRelationalPattern.
Value
);