3 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);