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)
60
var (snapshot, subscription) = await resourceRepository.SubscribeResourcesAsync(
_watchContainersToken
).ConfigureAwait(false);
73
await foreach (var changes in subscription.WithCancellation(
_watchContainersToken
).ConfigureAwait(false))