9 references to _sources
Aspire.Hosting.RemoteHost (9)
CancellationTokenRegistry.cs (9)
32
if (!
_sources
.TryAdd(id, cts))
54
if (!
_sources
.TryAdd(id, cts))
70
if (
_sources
.TryGetValue(tokenId, out var cts))
94
if (
_sources
.TryRemove(tokenId, out var cts))
110
if (
_sources
.TryGetValue(tokenId, out var cts))
131
if (
_sources
.TryGetValue(tokenId, out var existing))
140
var added =
_sources
.GetOrAdd(tokenId, cts);
160
foreach (var kvp in
_sources
)
171
_sources
.Clear();