2 writes to _spaProcess
Microsoft.AspNetCore.SpaProxy (2)
SpaProxyLaunchManager.cs (2)
199
_spaProcess
= Process.Start(info);
350
_spaProcess
= null;
12 references to _spaProcess
Microsoft.AspNetCore.SpaProxy (12)
SpaProxyLaunchManager.cs (12)
132
while (
_spaProcess
!= null && !
_spaProcess
.HasExited && !maxTimeoutReached)
149
if (
_spaProcess
== null ||
_spaProcess
.HasExited)
200
if (
_spaProcess
!= null && !
_spaProcess
.HasExited && !_options.KeepRunning)
204
LaunchStopScriptWindows(
_spaProcess
.Id);
208
LaunchStopScriptMacOS(
_spaProcess
.Id);
334
if (
_spaProcess
!= null && !
_spaProcess
.HasExited)
347
if (!
_spaProcess
.CloseMainWindow())
349
_spaProcess
.Kill(entireProcessTree: true);