3 references to TempDataProviderServiceCollectionExtensions
Microsoft.AspNetCore.Components.Endpoints (1)
TempData\TempDataCascadingValueSupplier.cs (1)
57: TempDataProviderServiceCollectionExtensions.GetOrCreateTempData(_httpContext);
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
TempData\TempDataSubscriptionTest.cs (2)
36httpContext.Items[TempDataProviderServiceCollectionExtensions.HttpContextItemKey] = tempData; 140httpContext.Items[TempDataProviderServiceCollectionExtensions.HttpContextItemKey] = mockTempData.Object;