1 instantiation of StandardInputReceiver
NuGet.Protocol (1)
Plugins\PluginFactory.cs (1)
338
var receiver = new
StandardInputReceiver
(standardInput);
2 references to StandardInputReceiver
NuGet.Protocol (2)
Plugins\PluginFactory.cs (1)
338
var
receiver = new StandardInputReceiver(standardInput);
Plugins\StandardInputReceiver.cs (1)
27
/// Instantiates a new <see cref="
StandardInputReceiver
" /> class.