7 references to False
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\Symbolic\BDD.cs (3)
103public bool IsEmpty => this == False; 205[False] = 0 366nodes[0] = False;
System\Text\RegularExpressions\Symbolic\CharSetSolver.cs (3)
69GetOrCreateBDD(k, bdd, BDD.False) : 70GetOrCreateBDD(k, BDD.False, bdd); 292public BDD Empty => BDD.False;
System\Text\RegularExpressions\Symbolic\UInt64Solver.cs (1)
101BDD result = BDD.False;