2 writes to ControllerType
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\ControllerModel.cs (2)
31
ControllerType
= controllerType;
52
ControllerType
= other.ControllerType;
12 references to ControllerType
Microsoft.AspNetCore.Mvc.Core (10)
ApplicationModels\ActionModel.cs (2)
174
var controllerType = TypeNameHelper.GetTypeDisplayName(Controller.
ControllerType
);
175
var controllerAssembly = Controller?.
ControllerType
.Assembly.GetName().Name;
ApplicationModels\ApiBehaviorApplicationModelProvider.cs (1)
124
var controllerAssembly = controller.
ControllerType
.Assembly;
ApplicationModels\ApiConventionApplicationModelConvention.cs (2)
66
var controllerAssembly = controller.
ControllerType
.Assembly;
81
action.Controller.
ControllerType
.Assembly.GetCustomAttribute<ProducesErrorResponseTypeAttribute>() ??
ApplicationModels\ControllerActionDescriptorBuilder.cs (1)
39
actionDescriptor.ControllerTypeInfo = controller.
ControllerType
;
ApplicationModels\ControllerModel.cs (4)
52
ControllerType = other.
ControllerType
;
98
MemberInfo ICommonModel.MemberInfo =>
ControllerType
;
154
var controllerType = TypeNameHelper.GetTypeDisplayName(
ControllerType
);
155
var controllerAssembly =
ControllerType
.Assembly.GetName().Name;
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Filters\TempDataApplicationModelProvider.cs (1)
34
var modelType = controllerModel.
ControllerType
.AsType();
Filters\ViewDataAttributeApplicationModelProvider.cs (1)
26
var controllerType = controllerModel.
ControllerType
.AsType();