2 writes to PropertyName
System.Activities (2)
System\Activities\Expressions\ExpressionServices.cs (2)
1138result = new ValueTypePropertyReference<TOperand, TResult> { PropertyName = memberExpressionBody.Member.Name }; 1142result = new ValueTypePropertyReference<TOperand, TResult> { OperandLocation = operandReference, PropertyName = memberExpressionBody.Member.Name };
3 references to PropertyName
System.Activities (3)
System\Activities\Expressions\ValueTypePropertyReference.cs (3)
56else if (String.IsNullOrEmpty(this.PropertyName)) 62this.propertyInfo = typeof(TOperand).GetProperty(this.PropertyName); 65metadata.AddValidationError(SR.MemberNotFound(PropertyName, typeof(TOperand).Name));