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