2 references to _inFlightResolutionsItemKey
Microsoft.AspNetCore.Components.Endpoints (2)
CacheView\CacheViewService.cs (2)
366
if (httpContext.Items[
_inFlightResolutionsItemKey
] is not Dictionary<string, (CacheView Owner, Task<SerializedRenderFragment?> Task)> resolutions)
369
httpContext.Items[
_inFlightResolutionsItemKey
] = resolutions;