3 references to _started
Aspire.Dashboard.Tests (3)
Shared\TestHostApplicationLifetime.cs (3)
14
public CancellationToken ApplicationStarted =>
_started
.Token;
18
public void NotifyStarted() =>
_started
.Cancel();
24
_started
.Dispose();