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