5 writes to Name
Microsoft.AspNetCore.Mvc.Core (3)
ApplicationModels\ParameterModel.cs (1)
70
set =>
Name
= value;
ApplicationModels\ParameterModelBase.cs (1)
42
Name
= other.Name;
ApplicationModels\PropertyModel.cs (1)
67
set =>
Name
= value;
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\PageParameterModel.cs (1)
62
set =>
Name
= value;
ApplicationModels\PagePropertyModel.cs (1)
61
set =>
Name
= value;
5 references to Name
Microsoft.AspNetCore.Mvc.Core (3)
ApplicationModels\ParameterModel.cs (1)
69
get =>
Name
;
ApplicationModels\ParameterModelBase.cs (1)
42
Name = other.
Name
;
ApplicationModels\PropertyModel.cs (1)
66
get =>
Name
;
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\PageParameterModel.cs (1)
61
get =>
Name
;
ApplicationModels\PagePropertyModel.cs (1)
60
get =>
Name
;