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