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