1 write to setMethod
System.Activities (1)
System\Activities\Expressions\PropertyReference.cs (1)
69setMethod = this.propertyInfo.GetSetMethod();
6 references to setMethod
System.Activities (6)
System\Activities\Expressions\PropertyReference.cs (6)
41MethodInfo oldSetMethod = this.setMethod; 75if (setMethod == null && TypeHelper.AreTypesCompatible(this.propertyInfo.DeclaringType, typeof(Location)) == false) 80if ((getMethod != null && !getMethod.IsStatic) || (setMethod != null && !setMethod.IsStatic)) 93if (MethodCallExpressionHelper.NeedRetrieve(this.setMethod, oldSetMethod, this.setFunc)) 95this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod, funcCache, locker);