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)
41
bool IValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue left, ConstantValue right)
Utilities\ValueSetFactory.FloatingValueSetFactory.cs (1)
40
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) => s_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)
63
bool IValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue left, ConstantValue right)
6 references to Related
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\BoundDecisionDag.cs (1)
195
return f.
Related
(d.Relation.Operator(), inputConstant, d.Value);
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (3)
651
(fac.
Related
(op, pair.value, value) ? whenTrueBuilder : whenFalseBuilder).Add(pair);
732
_fac.
Related
(BinaryOperatorKind.LessThanOrEqual, x, y) ?
733
(_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) => s_underlying.
Related
(relation, left, right);