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