5 references to False
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\BDD.cs (2)
103public bool IsEmpty => this == False; 363nodes[0] = False;
System\Text\RegularExpressions\Symbolic\CharSetSolver.cs (3)
60GetOrCreateBDD(k, bdd, BDD.False) : 61GetOrCreateBDD(k, BDD.False, bdd); 283public BDD Empty => BDD.False;