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)
61
StdOut = new EventedStreamReader(
_npmProcess
.StandardOutput);
62
StdErr = new EventedStreamReader(
_npmProcess
.StandardError);
74
process =
_npmProcess
147
if (
_npmProcess
!= null && !
_npmProcess
.HasExited)
149
_npmProcess
.Kill(entireProcessTree: true);