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