2 writes to TransportCallback
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
306
_tcpServer.
TransportCallback
= this;
364
_webSocketServer.
TransportCallback
= this;
1 reference to TransportCallback
Microsoft.Diagnostics.NETCore.Client (1)
ReversedServer\ReversedDiagnosticsServer.cs (1)
172
_transport = IpcServerTransport.Create(_address, maxConnections, _kind,
TransportCallback
);