3 references to IsMatched
System (3)
regex\system\text\regularexpressions\RegexReplacement.cs (2)
378if (match.IsMatched(i)) 403if (match.IsMatched(i))
regex\system\text\regularexpressions\RegexRunner.cs (1)
532return runmatch.IsMatched(cap);