10 references to Relation
Microsoft.CodeAnalysis.CSharp (10)
Binder\DecisionDagBuilder.cs (5)
1749
return resultForRelation(t.
Relation
, t.Value);
2025
handleRelationWithValue(r2.
Relation
, r2.Value,
2900
var operatorName = r.
Relation
.Operator() switch
3491
Debug.Assert(t.
Relation
== BinaryOperatorKind.GreaterThanOrEqual);
3510
return knownResult(t.
Relation
, t.Value, offset) ??
Binder\PatternExplainer.cs (1)
745
addRelation(r.
Relation
, r.Value);
BoundTree\BoundDagTest.cs (3)
40
return x.
Relation
== y.
Relation
&& x.Value.Equals(y.Value);
122
var operatorName = r.
Relation
.Operator() switch
BoundTree\BoundDecisionDag.cs (1)
195
return f.Related(d.
Relation
.Operator(), inputConstant, d.Value);