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