1 reference to s_aspireDashboardUrlRegex
Microsoft.DotNet.HotReload.Watch (1)
Process\WebServerProcessStateObserver.cs (1)
40
var match = (isAspireHost ?
s_aspireDashboardUrlRegex
: s_nowListeningRegex).Match(line.Content);