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