Implemented interface member:
method
Or
System.Text.RegularExpressions.Symbolic.ISolver<TSet>.Or(TSet, TSet)
3 references to Or
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\CharSetSolver.cs (1)
161
result =
Or
(result, sets[i]);
System\Text\RegularExpressions\Symbolic\RegexNodeConverter.cs (1)
512
result = result is null ? cond : charSetSolver.
Or
(result, cond);
System\Text\RegularExpressions\Symbolic\UnicodeCategoryConditions.cs (1)
70
Interlocked.CompareExchange(ref s_wordLetterForAnchors, solver.
Or
(WordLetter(solver), solver.CreateBDDFromRange('\u200C', '\u200D')), null) ??