6 references to GetPropertiesToActivate
Microsoft.AspNetCore.Mvc.Core (2)
Controllers\DefaultControllerPropertyActivator.cs (2)
62activators = PropertyActivator<ControllerContext>.GetPropertiesToActivate( 67activators = activators.Concat(PropertyActivator<ControllerContext>.GetPropertiesToActivate(
Microsoft.AspNetCore.Mvc.Razor (2)
DefaultTagHelperFactory.cs (1)
37PropertyActivator<ViewContext>.GetPropertiesToActivate(
TagHelpers\TagHelperComponentPropertyActivator.cs (1)
50return PropertyActivator<ViewContext>.GetPropertiesToActivate(
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponents\DefaultViewComponentFactory.cs (1)
31_getPropertiesToActivate = type => PropertyActivator<ViewComponentContext>.GetPropertiesToActivate(
ViewDataDictionaryControllerPropertyActivator.cs (1)
80var activators = PropertyActivator<ControllerContext>.GetPropertiesToActivate(