4 references to _stopping
Aspire.Dashboard.Tests (4)
Shared\TerminalTestHost.cs (4)
273
_connections.Add(Presentation.AddClient(server,
_stopping
.Token));
291
internal Task CancelConnectionsAsync() =>
_stopping
.CancelAsync();
300
await
_stopping
.CancelAsync();
318
_stopping
.Dispose();