2 references to ConnectTcpStreamAsyncInternal
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
438
return await
ConnectTcpStreamAsyncInternal
(token, _auto_shutdown).ConfigureAwait(false);
443
return await
ConnectTcpStreamAsyncInternal
(token, retry).ConfigureAwait(false);