5 references to FoundMatch
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Regex.cs (2)
653if (match.FoundMatch) 767if (match.FoundMatch)
System\Text\RegularExpressions\RegexInterpreter.cs (1)
388return runmatch!.FoundMatch;
System\Text\RegularExpressions\RegexRunner.cs (2)
214if (match.FoundMatch) 256if (runmatch!.FoundMatch)