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