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);