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)
27
private readonly
WorkDispatcher
<string, OutputCacheEntry?> _outputCacheEntryDispatcher;
28
private readonly
WorkDispatcher
<string, OutputCacheEntry?> _requestDispatcher;