3 references to new
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsIpc\IpcServerTransport.cs (1)
237
_endPoint = new
IpcTcpSocketEndPoint
(address);
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
458
IpcTcpSocketEndPoint clientTcpEndPoint =
new
(_tcpClientAddress);
DiagnosticsServerRouter\DiagnosticsServerRouterRunner.cs (1)
50
IpcTcpSocketEndPoint value =
new
(address);