1 instantiation of False
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
2500
public static readonly False Instance = new
False
();
19 references to False
Microsoft.CodeAnalysis.CSharp (19)
Binder\DecisionDagBuilder.cs (19)
242
case Tests.
False
_:
551
tests.Add(Tests.
False
.Instance);
771
tests.Add(Tests.
False
.Instance);
1223
RoslynDebug.Assert(!(first.RemainingTests is Tests.
False
));
1424
if (remainingTests is Tests.
False
)
2291
public bool IsImpossible => RemainingTests is Tests.
False
;
2500
public static readonly
False
Instance = new False();
2562
whenTrue = trueDecisionImpliesTrueOther ? Tests.True.Instance : trueDecisionPermitsTrueOther ? this : (Tests)Tests.
False
.Instance;
2563
whenFalse = falseDecisionImpliesTrueOther ? Tests.True.Instance : falseDecisionPermitsTrueOther ? this : (Tests)Tests.
False
.Instance;
2615
return
False
.Instance;
2995
Tests.True _ => Tests.
False
.Instance,
2996
Tests.
False
_ => Tests.True.Instance,
3582
if (t1 is
False
) return t1;
3583
Debug.Assert(t2 is not (True or
False
));
3598
case
False
f:
3664
if (t1 is
False
) return t2;
3665
Debug.Assert(t2 is not (True or
False
));
3677
case
False
_:
3693
0 =>
False
.Instance,