3 references to TempDataDictionaryFactory
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
TempDataDictionaryFactoryTest.cs (1)
49return new TempDataDictionaryFactory(provider);
ViewExecutorTest.cs (1)
401new TempDataDictionaryFactory(Mock.Of<ITempDataProvider>()),
ViewResultExecutorTest.cs (1)
355new TempDataDictionaryFactory(Mock.Of<ITempDataProvider>()),