4 references to BDD
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\BDD.cs (3)
37public static readonly BDD True = new BDD(TrueOrdinal, null, null); 42public static readonly BDD False = new BDD(FalseOrdinal, null, null); 384nodes[i] = new BDD(ord, nodes[oneId], nodes[zeroId]);
System\Text\RegularExpressions\Symbolic\CharSetSolver.cs (1)
391return bdd ??= new BDD(ordinal, one, zero);