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