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