4 references to IpcEndpointHelper
Microsoft.Diagnostics.NETCore.Client (4)
DiagnosticsIpc\IpcTransport.cs (4)
207
return
IpcEndpointHelper
.Connect(_config, timeout);
212
return await
IpcEndpointHelper
.ConnectAsync(_config, token).ConfigureAwait(false);
279
return
IpcEndpointHelper
.Connect(_config, timeout);
286
return await
IpcEndpointHelper
.ConnectAsync(_config, token).ConfigureAwait(false);