1 write to _endPoint
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcServerTransport.cs (1)
273
_endPoint
= new IpcUnixDomainSocketEndPoint(path);
1 reference to _endPoint
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcServerTransport.cs (1)
285
socket.Bind(
_endPoint
);