1 instantiation of False
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
3402
public static readonly False Instance = new
False
();
19 references to False
Microsoft.CodeAnalysis.CSharp (19)
Binder\DecisionDagBuilder.cs (19)
250
case Tests.
False
_:
916
return Tests.
False
.Instance;
1186
tests.Add(Tests.
False
.Instance);
1638
RoslynDebug.Assert(!(first.RemainingTests is Tests.
False
));
1921
if (remainingTests is Tests.
False
)
3193
public bool IsImpossible => RemainingTests is Tests.
False
;
3402
public static readonly
False
Instance = new False();
3493
whenTrue = trueDecisionImpliesTrueOther ? Tests.True.Instance : trueDecisionPermitsTrueOther ? this : (Tests)Tests.
False
.Instance;
3494
whenFalse = falseDecisionImpliesTrueOther ? Tests.True.Instance : falseDecisionPermitsTrueOther ? this : (Tests)Tests.
False
.Instance;
3547
return
False
.Instance;
4007
Tests.True _ => Tests.
False
.Instance,
4008
Tests.
False
_ => Tests.True.Instance,
4598
if (t1 is
False
) return t1;
4599
Debug.Assert(t2 is not (True or
False
));
4614
case
False
f:
4704
if (t1 is
False
) return t2;
4705
Debug.Assert(t2 is not (True or
False
));
4717
case
False
_:
4733
0 =>
False
.Instance,