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)
69
GetOrCreateBDD(k, bdd, BDD.
False
) :
70
GetOrCreateBDD(k, BDD.
False
, bdd);
292
public BDD Empty => BDD.
False
;
System\Text\RegularExpressions\Symbolic\UInt64Solver.cs (1)
101
BDD result = BDD.
False
;