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