2 references to WaitForConnectionHandler
Microsoft.Diagnostics.NETCore.Client (2)
ReversedServer\ReversedDiagnosticsServer.cs (2)
350
GetStreams(runtimeInstanceCookie).Handle(
WaitForConnectionHandler
, timeout);
358
await GetStreams(runtimeInstanceCookie).HandleAsync(
WaitForConnectionHandler
, token).ConfigureAwait(false);