4 references to NextMatch
Aspire.Dashboard (1)
ConsoleLogs\UrlParser.cs (1)
39
urlMatch = urlMatch.
NextMatch
();
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\SemanticModelAPITests.cs (2)
4029
for (var match = System.Text.RegularExpressions.Regex.Match(source, " => x"); match.Success; match = match.
NextMatch
())
4057
for (var match = System.Text.RegularExpressions.Regex.Match(source, " => x"); match.Success; match = match.
NextMatch
())
TaskUsageLogger (1)
TaskUsageLogger.cs (1)
313
for (var match = s_msbuildPropertyRegex.Match(unevaluatedString); match.Success; match = match.
NextMatch
())