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