2 writes to PropertyInfo
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\PropertyModel.cs (2)
26
PropertyInfo
= propertyInfo ?? throw new ArgumentNullException(nameof(propertyInfo));
40
PropertyInfo
= other.PropertyInfo;
6 references to PropertyInfo
Microsoft.AspNetCore.Mvc.Core (6)
ApplicationModels\ControllerActionDescriptorBuilder.cs (2)
93
ParameterType = propertyModel.
PropertyInfo
.PropertyType,
94
PropertyInfo = propertyModel.
PropertyInfo
,
ApplicationModels\PropertyModel.cs (4)
19
/// <param name="propertyInfo">The <see cref="
PropertyInfo
"/> for the underlying property.</param>
40
PropertyInfo = other.
PropertyInfo
;
48
MemberInfo ICommonModel.MemberInfo =>
PropertyInfo
;
57
/// The <see cref="
PropertyInfo
"/>.