1 instantiation of False
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
1956
public static readonly False Instance = new
False
();
17 references to False
Microsoft.CodeAnalysis.CSharp (17)
Binder\DecisionDagBuilder.cs (17)
240
case Tests.
False
_:
503
tests.Add(Tests.
False
.Instance);
687
tests.Add(Tests.
False
.Instance);
963
RoslynDebug.Assert(!(first.RemainingTests is Tests.
False
));
1163
if (remainingTests is Tests.
False
)
1867
public bool IsImpossible => RemainingTests is Tests.
False
;
1956
public static readonly
False
Instance = new False();
2104
return
False
.Instance;
2129
Tests.True _ => Tests.
False
.Instance,
2130
Tests.
False
_ => Tests.True.Instance,
2236
if (t1 is
False
) return t1;
2237
Debug.Assert(t2 is not (True or
False
));
2252
case
False
f:
2316
if (t1 is
False
) return t2;
2317
Debug.Assert(t2 is not (True or
False
));
2329
case
False
_:
2345
0 =>
False
.Instance,