2 instantiations of PluginProcess
NuGet.Protocol (2)
Plugins\PluginFactory.cs (2)
208var pluginProcess = new PluginProcess(startInfo); 353var pluginProcess = new PluginProcess();
4 references to PluginProcess
NuGet.Protocol (4)
Plugins\PluginFactory.cs (2)
208var pluginProcess = new PluginProcess(startInfo); 353var pluginProcess = new PluginProcess();
Plugins\PluginProcess.cs (2)
66/// Instantiates a new <see cref="PluginProcess" /> class from the current process. 75/// Instantiates a new <see cref="PluginProcess" /> class.