5 references to FoundMatch
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Regex.cs (2)
500if (match.FoundMatch) 614if (match.FoundMatch)
System\Text\RegularExpressions\RegexInterpreter.cs (1)
388return runmatch!.FoundMatch;
System\Text\RegularExpressions\RegexRunner.cs (2)
212if (match.FoundMatch) 254if (runmatch!.FoundMatch)