2 writes to _npmProcess
Microsoft.AspNetCore.SpaServices.Extensions (2)
Npm\NodeScriptRunner.cs (2)
60_npmProcess = LaunchNodeProcess(processStartInfo, pkgManagerCommand); 150_npmProcess = null;
6 references to _npmProcess
Microsoft.AspNetCore.SpaServices.Extensions (6)
Npm\NodeScriptRunner.cs (6)
61StdOut = new EventedStreamReader(_npmProcess.StandardOutput); 62StdErr = new EventedStreamReader(_npmProcess.StandardError); 74process = _npmProcess 147if (_npmProcess != null && !_npmProcess.HasExited) 149_npmProcess.Kill(entireProcessTree: true);