2 instantiations of Connection
NuGet.Protocol (2)
Plugins\PluginFactory.cs (2)
240
connection = new
Connection
(messageDispatcher, sender, receiver, options, _logger);
347
var connection = new
Connection
(messageDispatcher, sender, receiver, options, logger);
4 references to Connection
NuGet.Protocol (4)
Plugins\Connection.cs (2)
56
/// Instantiates a new instance of the <see cref="
Connection
" /> class.
72
/// Instantiates a new instance of the <see cref="
Connection
" /> class.
Plugins\PluginFactory.cs (2)
211
Connection
connection = null;
347
var
connection = new Connection(messageDispatcher, sender, receiver, options, logger);