4 references to WordLetter
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\CharSetSolver.cs (1)
116
BDD w = UnicodeCategoryConditions.
WordLetter
(this);
System\Text\RegularExpressions\Symbolic\RegexNodeConverter.cs (1)
502
result = UnicodeCategoryConditions.
WordLetter
(charSetSolver);
System\Text\RegularExpressions\Symbolic\UnicodeCategoryConditions.cs (2)
66
/// Gets a <see cref="BDD"/> that represents <see cref="
WordLetter
"/> together with the characters
72
Interlocked.CompareExchange(ref s_wordLetterForAnchors, solver.Or(
WordLetter
(solver), solver.CreateBDDFromRange('\u200C', '\u200D')), null) ??