2 instantiations of Connection
NuGet.Protocol (2)
Plugins\PluginFactory.cs (2)
245
connection = new
Connection
(messageDispatcher, sender, receiver, options, _logger);
352
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)
216
Connection
? connection = null;
352
var
connection = new Connection(messageDispatcher, sender, receiver, options, logger);