3 references to Connection
NuGet.Protocol (3)
Plugins\Connection.cs (1)
67: this(dispatcher, sender, receiver, options, PluginLogger.DefaultInstance)
Plugins\PluginFactory.cs (2)
240connection = new Connection(messageDispatcher, sender, receiver, options, _logger); 347var connection = new Connection(messageDispatcher, sender, receiver, options, logger);