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)
251
if (
_endPoint
.DualMode)
253
socket.DualMode =
_endPoint
.DualMode;
256
socket.Bind(
_endPoint
);