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