1 write to propertyInfo
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceMemberPath.cs (1)
52this.propertyInfo = EntityDataSourceUtil.GetPropertyInfo(parentClrType, this.property.Name);
3 references to propertyInfo
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceMemberPath.cs (3)
118object propertyValue = this.propertyInfo.GetValue(parentObjectValue, new object[] { }); 129this.propertyInfo.SetValue(parentObjectValue, value, new object[] { }); 141this.propertyInfo.SetValue(parentObjectValue, propertyValue, new object[] { });