2 instantiations of WorkDispatcher
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheMiddleware.cs (2)
79_outputCacheEntryDispatcher = new(); 80_requestDispatcher = new();
2 references to WorkDispatcher
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheMiddleware.cs (2)
28private readonly WorkDispatcher<string, OutputCacheEntry?> _outputCacheEntryDispatcher; 29private readonly WorkDispatcher<string, OutputCacheEntry?> _requestDispatcher;