6 references to _workers
Microsoft.AspNetCore.OutputCaching (6)
DispatcherExtensions.cs (6)
18if (_workers.TryGetValue(key, out var task)) 26if (_workers.TryAdd(key, tcs.Task)) 45_workers.TryRemove(key, out _); 57if (_workers.TryGetValue(key, out var task)) 65if (_workers.TryAdd(key, tcs.Task)) 84_workers.TryRemove(key, out _);