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