1 reference to s_aspireDashboardUrlRegex
dotnet-watch (1)
Process\WebServerProcessStateObserver.cs (1)
40
var match = (isAspireHost ?
s_aspireDashboardUrlRegex
: s_nowListeningRegex).Match(line.Content);