4 references to ViewDataDictionaryFactory
Microsoft.AspNetCore.Mvc.Razor (2)
RazorPagePropertyActivator.cs (2)
36
_rootFactory =
ViewDataDictionaryFactory
.CreateFactory(viewDataDictionaryModelType);
37
_nestedFactory =
ViewDataDictionaryFactory
.CreateNestedFactory(viewDataDictionaryModelType);
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvokerCache.cs (1)
75
var viewDataFactory =
ViewDataDictionaryFactory
.CreateFactory(compiledActionDescriptor.DeclaredModelTypeInfo);
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionInvokerTest.cs (1)
1513
var viewDataFactory =
ViewDataDictionaryFactory
.CreateFactory(actionDescriptor.ModelTypeInfo);