1 write to _spaProxyLaunchManager
Microsoft.AspNetCore.SpaProxy (1)
SpaProxyStartupFilter.cs (1)
22_spaProxyLaunchManager = spaProxyLaunchManager ?? throw new ArgumentNullException(nameof(spaProxyLaunchManager));
2 references to _spaProxyLaunchManager
Microsoft.AspNetCore.SpaProxy (2)
SpaProxyStartupFilter.cs (2)
40if (!await _spaProxyLaunchManager.IsSpaProxyRunning(_hostLifetime.ApplicationStopping)) 42_spaProxyLaunchManager.StartInBackground(_hostLifetime.ApplicationStopping);