3 references to IsTrueQuantifier
System (3)
regex\system\text\regularexpressions\RegexParser.cs (3)
247
while (CharsRight() > 0 && (!IsStopperX(ch = RightChar()) || ch == '{' && !
IsTrueQuantifier
()))
250
while (CharsRight() > 0 && (!IsSpecial(ch = RightChar()) || ch == '{' && !
IsTrueQuantifier
()))
355
if (CharsRight() == 0 || !(isQuantifier =
IsTrueQuantifier
())) {