2 instantiations of Connection
NuGet.Protocol (2)
Plugins\PluginFactory.cs (2)
248
connection = new
Connection
(messageDispatcher, sender, receiver, options, _logger);
355
var connection = new
Connection
(messageDispatcher, sender, receiver, options, logger);
4 references to Connection
NuGet.Protocol (4)
Plugins\Connection.cs (2)
54
/// Instantiates a new instance of the <see cref="
Connection
" /> class.
70
/// Instantiates a new instance of the <see cref="
Connection
" /> class.
Plugins\PluginFactory.cs (2)
219
Connection
? connection = null;
355
var
connection = new Connection(messageDispatcher, sender, receiver, options, logger);