2 references to HandleClientStreamAsync
Aspire.Hosting.RemoteHost (2)
JsonRpcServer.cs (2)
107_ = Task.Run(() => HandleClientStreamAsync(pipeServer, ownsStream: true, cancellationToken), cancellationToken); 167_ = Task.Run(() => HandleClientStreamAsync(stream, ownsStream: true, cancellationToken), cancellationToken);