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