1 write to _watchContainersTokenSource
Aspire.Dashboard (1)
Model\ResourceOutgoingPeerResolver.cs (1)
42_watchContainersTokenSource = new();
4 references to _watchContainersTokenSource
Aspire.Dashboard (4)
Model\ResourceOutgoingPeerResolver.cs (4)
43_watchContainersToken = _watchContainersTokenSource.Token; 327if (_watchContainersTokenSource.IsCancellationRequested) 346_watchContainersTokenSource.Cancel(); 358_watchContainersTokenSource.Dispose();