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