5 references to True
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\BDD.cs (3)
98
public bool IsFull => this ==
True
;
204
[
True
] = 1,
367
nodes[1] =
True
;
System\Text\RegularExpressions\Symbolic\CharSetSolver.cs (2)
65
BDD bdd = BDD.
True
;
289
public BDD Full => BDD.
True
;