1 write to Value
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8502
this.
Value
= value;
9 references to Value
Microsoft.CodeAnalysis.CSharp (9)
Binder\DecisionDagBuilder.cs (1)
708
var type = rel.
Value
.Type ?? input.Type;
FlowAnalysis\DefiniteAssignment.cs (1)
2075
this.VisitRvalue(pat.
Value
);
FlowAnalysis\NullableWalker_Patterns.cs (1)
102
Visit(node.
Value
);
Generated\BoundNodes.xml.Generated.cs (5)
8515
if (relation != this.Relation || value != this.
Value
|| constantValue != this.ConstantValue || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
10751
this.Visit(node.
Value
);
12154
BoundExpression value = (BoundExpression)this.Visit(node.
Value
);
14826
BoundExpression value = (BoundExpression)this.Visit(node.
Value
);
17037
new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.
Value
, null) }),
Operations\CSharpOperationFactory.cs (1)
2528
IOperation value = Create(boundRelationalPattern.
Value
);