1 write to _spaProxyLaunchManager
Microsoft.AspNetCore.SpaProxy (1)
SpaProxyMiddleware.cs (1)
38_spaProxyLaunchManager = spaProxyLaunchManager ?? throw new ArgumentNullException(nameof(spaProxyLaunchManager));
2 references to _spaProxyLaunchManager
Microsoft.AspNetCore.SpaProxy (2)
SpaProxyMiddleware.cs (2)
56if (!await _spaProxyLaunchManager.IsSpaProxyRunning(context.RequestAborted)) 58_spaProxyLaunchManager.StartInBackground(_hostLifetime.ApplicationStopping);