1 write to PropertyInfo
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewDataInfo.cs (1)
54
PropertyInfo
= propertyInfo;
6 references to PropertyInfo
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
ExpressionMetadataProvider.cs (2)
173
if (viewDataInfo.
PropertyInfo
!= null)
177
var propertyMetadata = containerMetadata.Properties[viewDataInfo.
PropertyInfo
.Name];
ViewDataInfo.cs (4)
37
/// <param name="propertyInfo">The <see cref="
PropertyInfo
"/> that will be used to evaluate <see cref="Value"/>.</param>
49
/// <param name="propertyInfo">The <see cref="
PropertyInfo
"/> that represents <see cref="Value"/>'s property.</param>
64
/// Gets the <see cref="
PropertyInfo
"/> that represents <see cref="Value"/>'s property.
93
_value =
PropertyInfo
.GetValue(Container);