1 write to _termination
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserHost.cs (1)
102
_termination
= CompleteWhenProcessOrPipeEndsAsync(process.ProcessTask, connectionMultiplexer.Completion);
1 reference to _termination
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserHost.cs (1)
109
public override Task Termination =>
_termination
;