4 references to NextMatch
aspire (1)
src\Shared\ConsoleLogs\UrlParser.cs (1)
39
urlMatch = urlMatch.
NextMatch
();
Aspire.Dashboard (1)
src\Shared\ConsoleLogs\UrlParser.cs (1)
39
urlMatch = urlMatch.
NextMatch
();
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\SemanticModelAPITests.cs (2)
4060
for (var match = System.Text.RegularExpressions.Regex.Match(source, " => x"); match.Success; match = match.
NextMatch
())
4088
for (var match = System.Text.RegularExpressions.Regex.Match(source, " => x"); match.Success; match = match.
NextMatch
())