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