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