1 instantiation of False
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
2110
public static readonly False Instance = new
False
();
17 references to False
Microsoft.CodeAnalysis.CSharp (17)
Binder\DecisionDagBuilder.cs (17)
243
case Tests.
False
_:
506
tests.Add(Tests.
False
.Instance);
717
tests.Add(Tests.
False
.Instance);
1012
RoslynDebug.Assert(!(first.RemainingTests is Tests.
False
));
1212
if (remainingTests is Tests.
False
)
2023
public bool IsImpossible => RemainingTests is Tests.
False
;
2110
public static readonly
False
Instance = new False();
2258
return
False
.Instance;
2283
Tests.True _ => Tests.
False
.Instance,
2284
Tests.
False
_ => Tests.True.Instance,
2390
if (t1 is
False
) return t1;
2391
Debug.Assert(t2 is not (True or
False
));
2406
case
False
f:
2470
if (t1 is
False
) return t2;
2471
Debug.Assert(t2 is not (True or
False
));
2483
case
False
_:
2499
0 =>
False
.Instance,