1 write to _hostLifetime
Microsoft.AspNetCore.SpaProxy (1)
SpaProxyMiddleware.cs (1)
40
_hostLifetime
= hostLifetime ?? throw new ArgumentNullException(nameof(hostLifetime));
1 reference to _hostLifetime
Microsoft.AspNetCore.SpaProxy (1)
SpaProxyMiddleware.cs (1)
58
_spaProxyLaunchManager.StartInBackground(
_hostLifetime
.ApplicationStopping);