1 write to _endPoint
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcServerTransport.cs (1)
237_endPoint = new IpcTcpSocketEndPoint(address);
3 references to _endPoint
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsIpc\IpcServerTransport.cs (3)
251if (_endPoint.DualMode) 253socket.DualMode = _endPoint.DualMode; 256socket.Bind(_endPoint);