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