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)
132while (_spaProcess != null && !_spaProcess.HasExited && !maxTimeoutReached) 149if (_spaProcess == null || _spaProcess.HasExited) 200if (_spaProcess != null && !_spaProcess.HasExited && !_options.KeepRunning) 204LaunchStopScriptWindows(_spaProcess.Id); 208LaunchStopScriptMacOS(_spaProcess.Id); 334if (_spaProcess != null && !_spaProcess.HasExited) 347if (!_spaProcess.CloseMainWindow()) 349_spaProcess.Kill(entireProcessTree: true);