1 write to _watchContainersToken
Aspire.Dashboard (1)
Model\ResourceOutgoingPeerResolver.cs (1)
43_watchContainersToken = _watchContainersTokenSource.Token;
2 references to _watchContainersToken
Aspire.Dashboard (2)
Model\ResourceOutgoingPeerResolver.cs (2)
60var (snapshot, subscription) = await resourceRepository.SubscribeResourcesAsync(_watchContainersToken).ConfigureAwait(false); 73await foreach (var changes in subscription.WithCancellation(_watchContainersToken).ConfigureAwait(false))