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