1 write to _workers
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
61
_workers
= new ConcurrentDictionary<CacheTagKey, Task<IHtmlContent>>();
3 references to _workers
Microsoft.AspNetCore.Mvc.TagHelpers (3)
Cache\DistributedCacheTagHelperService.cs (3)
72
if (!
_workers
.TryGetValue(key, out var result))
79
_workers
.TryAdd(key, tcs.Task);
149
_workers
.TryRemove(key, out _);