9 references to NextMatch
System (6)
regex\system\text\regularexpressions\RegexReplacement.cs (6)
216match = match.NextMatch(); 235match = match.NextMatch(); 298match = match.NextMatch(); 319match = match.NextMatch(); 385match = match.NextMatch(); 410match = match.NextMatch();
System.ServiceModel (1)
System\ServiceModel\Administration\WbemProvider.cs (1)
809match = match.NextMatch();
System.Web.Services (2)
System\Web\Services\Protocols\PatternMatcher.cs (2)
92m = m.NextMatch(); 126m = m.NextMatch();