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