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;
327
if (
_watchContainersTokenSource
.IsCancellationRequested)
346
_watchContainersTokenSource
.Cancel();
358
_watchContainersTokenSource
.Dispose();