34 references to One
Microsoft.CodeAnalysis.CSharp (34)
Binder\DecisionDagBuilder.cs (29)
418
tests.Add(new Tests.
One
(valueEvaluation));
510
tests.Add(new Tests.
One
(lengthEvaluation));
512
tests.Add(new Tests.
One
(new BoundDagValueTest(syntax, ConstantValue.Create(patternLength), lengthTemp)));
518
tests.Add(new Tests.
One
(indexEvaluation));
628
tests.Add(new Tests.
One
(new BoundDagNonNullTest(syntax, isExplicitTest, input)));
755
tests = Tests.AndSequence.Create(new Tests.
One
(hasValueEvaluation), test);
792
tests.Add(new Tests.
One
(deconstructEvaluation));
808
tests.Add(new Tests.
One
(typeEvaluation));
813
tests.Add(new Tests.
One
(new BoundDagTypeTest(syntax, type, typeEvaluationTemp)));
815
tests.Add(new Tests.
One
(typeEvaluation));
847
tests.Add(new Tests.
One
(new BoundDagTypeTest(syntax, type, input)));
852
tests.Add(new Tests.
One
(evaluation));
874
builder.Add(new Tests.
One
(new BoundDagExplicitNullTest(constant.Syntax, input)));
890
tests.Add(new Tests.
One
(new BoundDagValueTest(constant.Syntax, constantValue, input)));
920
return new Tests.
One
(new BoundDagValueTest(syntax, constantValue, input));
944
tests.Add(new Tests.
One
(evaluation));
975
tests.Add(new Tests.
One
(evaluation));
986
tests.Add(new Tests.
One
(new BoundDagTypeTest(recursive.Syntax, ErrorType(), input, hasErrors: true)));
1019
tests.Add(new Tests.
One
(new BoundDagTypeTest(recursive.Syntax, ErrorType(), input, hasErrors: true)));
1072
tests.Add(new Tests.
One
(evaluation));
1133
builder.Add(new Tests.
One
(evaluation));
1170
tests.Add(new Tests.
One
(new BoundDagRelationalTest(rel.Syntax, rel.Relation, rel.ConstantValue, output, rel.HasErrors)));
3325
assignments.Add(new Tests.
One
(new BoundDagAssignmentEvaluation(useValueFrom.Syntax, b.TempContainingValue, useValueFrom)));
3510
new
One
(new BoundDagValueTest(t.Syntax, safeAdd(t.Value, offset), lengthTemp));
3514
new
One
(new BoundDagRelationalTest(t.Syntax, t.OperatorKind, safeAdd(t.Value, offset), lengthTemp));
3573
tempsUpdatedResult = new
One
(updatedTest);
3804
return AndSequence.Create(new Tests.
One
(newTypeEval), new Tests.
One
(new BoundDagPassThroughEvaluation(typeEval.Syntax, newTemp)));
3860
condition = new Tests.
One
(new BoundDagValueTest(s2.Syntax, ConstantValue.Create(lengthValue), s1LengthTemp));
Binder\DecisionDagBuilder_ListPatterns.cs (5)
32
tests.Add(new Tests.
One
(new BoundDagTypeTest(list.Syntax, ErrorType(), input, hasErrors: true)));
47
tests.Add(new Tests.
One
(lengthEvaluation));
49
tests.Add(new Tests.
One
(list.HasSlice
71
tests.Add(new Tests.
One
(sliceEvaluation));
86
tests.Add(new Tests.
One
(indexEvaluation));