13 references to NextMatch
aspire (1)
src\Shared\ConsoleLogs\UrlParser.cs (1)
39urlMatch = urlMatch.NextMatch();
Aspire.Dashboard (1)
src\Shared\ConsoleLogs\UrlParser.cs (1)
39urlMatch = urlMatch.NextMatch();
Microsoft.Build (3)
Evaluation\Expander.ItemExpander.Transforms.cs (1)
649Match nextMatch = match.NextMatch();
Evaluation\Expander.RegularExpressions.cs (2)
182match = match.NextMatch(); 208match = match.NextMatch();
Microsoft.Win32.Msi (1)
ProgressEventArgs.cs (1)
38match = match.NextMatch();
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\Capture.cs (1)
50/// If a call to the <see cref="Regex.Match(string)"/> or <see cref="Match.NextMatch"/> method fails to
System\Text\RegularExpressions\Match.cs (1)
15/// <see cref="Match"/> objects returned by the <see cref="Match.NextMatch"/> method. In addition, a
System\Text\RegularExpressions\Regex.Match.cs (5)
303/// <see cref="Match.NextMatch"/> method. You can also retrieve all matches in a single method call by 336/// <see cref="Match.NextMatch"/> method. You can also retrieve all matches in a single method call by 374/// <see cref="Match.NextMatch"/> method. 409/// returned <see cref="System.Text.RegularExpressions.Match"/> object's <see cref="Match.NextMatch"/> method. You can also retrieve all 557/// repeatedly calling the returned <see cref="System.Text.RegularExpressions.Match"/> object's <see cref="Match.NextMatch"/> method.