1 instantiation of False
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
3355
public static readonly False Instance = new
False
();
19 references to False
Microsoft.CodeAnalysis.CSharp (19)
Binder\DecisionDagBuilder.cs (19)
250
case Tests.
False
_:
913
return Tests.
False
.Instance;
1161
tests.Add(Tests.
False
.Instance);
1613
RoslynDebug.Assert(!(first.RemainingTests is Tests.
False
));
1896
if (remainingTests is Tests.
False
)
3146
public bool IsImpossible => RemainingTests is Tests.
False
;
3355
public static readonly
False
Instance = new False();
3446
whenTrue = trueDecisionImpliesTrueOther ? Tests.True.Instance : trueDecisionPermitsTrueOther ? this : (Tests)Tests.
False
.Instance;
3447
whenFalse = falseDecisionImpliesTrueOther ? Tests.True.Instance : falseDecisionPermitsTrueOther ? this : (Tests)Tests.
False
.Instance;
3500
return
False
.Instance;
3960
Tests.True _ => Tests.
False
.Instance,
3961
Tests.
False
_ => Tests.True.Instance,
4547
if (t1 is
False
) return t1;
4548
Debug.Assert(t2 is not (True or
False
));
4563
case
False
f:
4653
if (t1 is
False
) return t2;
4654
Debug.Assert(t2 is not (True or
False
));
4666
case
False
_:
4682
0 =>
False
.Instance,