3 writes to Controller
Microsoft.AspNetCore.Mvc.Core (3)
ApplicationModels\ControllerModel.cs (1)
67
new List<PropertyModel>(other.ControllerProperties.Select(p => new PropertyModel(p) {
Controller
= this }));
ApplicationModels\DefaultApplicationModelProvider.cs (1)
69
propertyModel.
Controller
= controllerModel;
ApplicationModels\PropertyModel.cs (1)
38
Controller
= other.Controller;
1 reference to Controller
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\PropertyModel.cs (1)
38
Controller = other.
Controller
;