1 write to Value
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8544
this.
Value
= value;
12 references to Value
Microsoft.CodeAnalysis.CSharp (12)
Binder\DecisionDagBuilder.cs (1)
756
var type = rel.
Value
.Type ?? input.Type;
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1013
return relationalPattern.Update(relationalPattern.Relation, relationalPattern.
Value
, relationalPattern.ConstantValue, inputType, relationalPattern.NarrowedType);
BoundTree\BoundRelationalPattern.cs (1)
14
NarrowedType.Equals(
Value
.Type, TypeCompareKind.AllIgnoreOptions));
FlowAnalysis\DefiniteAssignment.cs (1)
2039
this.VisitRvalue(pat.
Value
);
FlowAnalysis\NullableWalker_Patterns.cs (1)
102
Visit(node.
Value
);
FlowAnalysis\VariablesDeclaredWalker.cs (1)
107
VisitRvalue(relationalPattern.
Value
);
Generated\BoundNodes.xml.Generated.cs (5)
8561
if (relation != this.Relation || value != this.
Value
|| constantValue != this.ConstantValue || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
10798
this.Visit(node.
Value
);
12346
BoundExpression value = (BoundExpression)this.Visit(node.
Value
);
14999
BoundExpression value = (BoundExpression)this.Visit(node.
Value
);
17212
new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.
Value
, null) }),
Operations\CSharpOperationFactory.cs (1)
2519
IOperation value = Create(boundRelationalPattern.
Value
);