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