8 implementations of Related
Microsoft.CodeAnalysis.CSharp (8)
Utilities\ValueSetFactory.BoolValueSetFactory.cs (1)
58
bool IValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue left, ConstantValue right)
Utilities\ValueSetFactory.DecimalValueSetFactory.cs (1)
30
bool IValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue left, ConstantValue right) => _underlying.Related(relation, left, right);
Utilities\ValueSetFactory.EnumeratedValueSetFactory.cs (1)
42
bool IValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue left, ConstantValue right)
Utilities\ValueSetFactory.FloatingValueSetFactory.cs (1)
36
bool IValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue left, ConstantValue right)
Utilities\ValueSetFactory.NintValueSetFactory.cs (1)
48
bool IValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue left, ConstantValue right)
Utilities\ValueSetFactory.NonNegativeIntValueSetFactory.cs (1)
60
bool IValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue left, ConstantValue right) => _underlying.Related(relation, left, right);
Utilities\ValueSetFactory.NuintValueSetFactory.cs (1)
46
bool IValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue left, ConstantValue right)
Utilities\ValueSetFactory.NumericValueSetFactory.cs (1)
65
bool IValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue left, ConstantValue right)
6 references to Related
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\BoundDecisionDag.cs (1)
189
return f.
Related
(d.Relation.Operator(), inputConstant, d.Value);
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (3)
652
(fac.
Related
(op, pair.value, value) ? whenTrueBuilder : whenFalseBuilder).Add(pair);
733
_fac.
Related
(BinaryOperatorKind.LessThanOrEqual, x, y) ?
734
(_fac.
Related
(BinaryOperatorKind.LessThanOrEqual, y, x) ? 0 : -1) :
Utilities\ValueSetFactory.DecimalValueSetFactory.cs (1)
30
bool IValueSetFactory.Related(BinaryOperatorKind relation, ConstantValue left, ConstantValue right) => _underlying.
Related
(relation, left, right);
Utilities\ValueSetFactory.NonNegativeIntValueSetFactory.cs (1)
60
bool IValueSetFactory.Related(BinaryOperatorKind relation, ConstantValue left, ConstantValue right) => _underlying.
Related
(relation, left, right);