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)
75var viewDataFactory = ViewDataDictionaryFactory.CreateFactory(compiledActionDescriptor.DeclaredModelTypeInfo);