1 instantiation of False
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
2154
public static readonly False Instance = new
False
();
17 references to False
Microsoft.CodeAnalysis.CSharp (17)
Binder\DecisionDagBuilder.cs (17)
242
case Tests.
False
_:
552
tests.Add(Tests.
False
.Instance);
765
tests.Add(Tests.
False
.Instance);
1060
RoslynDebug.Assert(!(first.RemainingTests is Tests.
False
));
1260
if (remainingTests is Tests.
False
)
2067
public bool IsImpossible => RemainingTests is Tests.
False
;
2154
public static readonly
False
Instance = new False();
2302
return
False
.Instance;
2327
Tests.True _ => Tests.
False
.Instance,
2328
Tests.
False
_ => Tests.True.Instance,
2725
if (t1 is
False
) return t1;
2726
Debug.Assert(t2 is not (True or
False
));
2741
case
False
f:
2804
if (t1 is
False
) return t2;
2805
Debug.Assert(t2 is not (True or
False
));
2817
case
False
_:
2833
0 =>
False
.Instance,