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