1 instantiation of False
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
2112
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);
719
tests.Add(Tests.
False
.Instance);
1014
RoslynDebug.Assert(!(first.RemainingTests is Tests.
False
));
1214
if (remainingTests is Tests.
False
)
2025
public bool IsImpossible => RemainingTests is Tests.
False
;
2112
public static readonly
False
Instance = new False();
2260
return
False
.Instance;
2285
Tests.True _ => Tests.
False
.Instance,
2286
Tests.
False
_ => Tests.True.Instance,
2392
if (t1 is
False
) return t1;
2393
Debug.Assert(t2 is not (True or
False
));
2408
case
False
f:
2472
if (t1 is
False
) return t2;
2473
Debug.Assert(t2 is not (True or
False
));
2485
case
False
_:
2501
0 =>
False
.Instance,