8 implementations of Related
Microsoft.CodeAnalysis.CSharp (8)
Utilities\ValueSetFactory.BoolValueSetFactory.cs (1)
53
IConstantValueSet IConstantValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue value)
Utilities\ValueSetFactory.DecimalValueSetFactory.cs (1)
27
IConstantValueSet IConstantValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue value) =>
Utilities\ValueSetFactory.EnumeratedValueSetFactory.cs (1)
38
IConstantValueSet IConstantValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue value) =>
Utilities\ValueSetFactory.FloatingValueSetFactory.cs (1)
35
IConstantValueSet IConstantValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue value) =>
Utilities\ValueSetFactory.NintValueSetFactory.cs (1)
43
IConstantValueSet IConstantValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue value)
Utilities\ValueSetFactory.NonNegativeIntValueSetFactory.cs (1)
57
IConstantValueSet IConstantValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue value) =>
Utilities\ValueSetFactory.NuintValueSetFactory.cs (1)
41
IConstantValueSet IConstantValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue value)
Utilities\ValueSetFactory.NumericValueSetFactory.cs (1)
52
IConstantValueSet IConstantValueSetFactory.
Related
(BinaryOperatorKind relation, ConstantValue value) =>
10 references to Related
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (4)
909
if (ValueSetFactory.ForInput(input)?.
Related
(BinaryOperatorKind.Equal, constantValue).IsEmpty == true)
1158
IConstantValueSet? values = fac?.
Related
(rel.Relation.Operator(), rel.ConstantValue);
1766
var fromTestPassing = valueFac.
Related
(relation.Operator(), value);
3498
IConstantValueSet lengthValues = fac.
Related
(relation, constant);
Binder\PatternExplainer.cs (1)
747
IConstantValueSet filtered = fac.
Related
(relation, value);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Utilities\ValueSetTests.cs (5)
627
var s1 = fac.
Related
(LessThan, value);
628
var s2 = fac.
Related
(GreaterThanOrEqual, value);
638
s1 = fac.
Related
(GreaterThan, value);
639
s2 = fac.
Related
(LessThanOrEqual, value);
880
IConstantValueSet set = fac.
Related
(relation, badConstant);