1 instantiation of False
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
2112public 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); 719tests.Add(Tests.False.Instance); 1014RoslynDebug.Assert(!(first.RemainingTests is Tests.False)); 1214if (remainingTests is Tests.False) 2025public bool IsImpossible => RemainingTests is Tests.False; 2112public static readonly False Instance = new False(); 2260return False.Instance; 2285Tests.True _ => Tests.False.Instance, 2286Tests.False _ => Tests.True.Instance, 2392if (t1 is False) return t1; 2393Debug.Assert(t2 is not (True or False)); 2408case False f: 2472if (t1 is False) return t2; 2473Debug.Assert(t2 is not (True or False)); 2485case False _: 25010 => False.Instance,