1 write to PropertyInfo
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewDataInfo.cs (1)
54PropertyInfo = propertyInfo;
6 references to PropertyInfo
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
ExpressionMetadataProvider.cs (2)
173if (viewDataInfo.PropertyInfo != null) 177var 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);