3 references to IsMatched
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Regex.Split.cs (2)
101if (match.IsMatched(i)) 129if (match.IsMatched(i))
System\Text\RegularExpressions\RegexRunner.cs (1)
594return runmatch!.IsMatched(cap);