2 writes to PropertyInfo
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\PagePropertyModel.cs (2)
26PropertyInfo = propertyInfo ?? throw new ArgumentNullException(nameof(propertyInfo)); 40PropertyInfo = other.PropertyInfo;
6 references to PropertyInfo
Microsoft.AspNetCore.Mvc.RazorPages (6)
ApplicationModels\CompiledPageActionDescriptorBuilder.cs (2)
135Property = propertyModel.PropertyInfo, 138ParameterType = propertyModel.PropertyInfo.PropertyType,
ApplicationModels\PagePropertyModel.cs (4)
19/// <param name="propertyInfo">The <see cref="PropertyInfo"/> for the underlying property.</param> 40PropertyInfo = other.PropertyInfo; 48MemberInfo ICommonModel.MemberInfo => PropertyInfo; 51/// The <see cref="PropertyInfo"/>.