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