2 references to _terminationSource
Aspire.Hosting.Browsers (2)
BrowserHost.cs (2)
270
public override Task Termination =>
_terminationSource
.Task;
274
_terminationSource
.TrySetResult();