10 references to Relation
Microsoft.CodeAnalysis.CSharp (10)
Binder\DecisionDagBuilder.cs (5)
1143return resultForRelation(t.Relation, t.Value); 1349handleRelationWithValue(r2.Relation, r2.Value, 1753var operatorName = r.Relation.Operator() switch 2225Debug.Assert(t.Relation == BinaryOperatorKind.GreaterThanOrEqual); 2244return knownResult(t.Relation, t.Value, offset) ??
Binder\PatternExplainer.cs (1)
608addRelation(r.Relation, r.Value);
BoundTree\BoundDagTest.cs (3)
38return x.Relation == y.Relation && x.Value.Equals(y.Value); 92var operatorName = r.Relation.Operator() switch
BoundTree\BoundDecisionDag.cs (1)
195return f.Related(d.Relation.Operator(), inputConstant, d.Value);