1 write to EndPoint
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcTcpSocketEndPoint.cs (1)
40
EndPoint
= CreateEndPoint(host, port);
2 references to EndPoint
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsIpc\IpcTcpSocketEndPoint.cs (1)
44
public static implicit operator EndPoint(IpcTcpSocketEndPoint endPoint) => endPoint.
EndPoint
;
DiagnosticsServerRouter\DiagnosticsServerRouterRunner.cs (1)
51
isLooback = IPAddress.IsLoopback(value.
EndPoint
.Address);