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