2 references to _terminationSource
Aspire.Hosting.Browsers.Tests (2)
BrowserPageSessionTests.cs (2)
361
public Task Termination =>
_terminationSource
.Task;
379
_terminationSource
.TrySetResult();