1 write to setMethod
System.Activities (1)
System\Activities\Expressions\ValueTypePropertyReference.cs (1)
72this.setMethod = this.propertyInfo.GetSetMethod();
6 references to setMethod
System.Activities (6)
System\Activities\Expressions\ValueTypePropertyReference.cs (6)
45MethodInfo oldSetMethod = this.setMethod; 75if (setMethod == null) 79if (setMethod != null && !setMethod.IsStatic) 92if (MethodCallExpressionHelper.NeedRetrieve(this.setMethod, oldSetMethod, this.setFunc)) 94this.setFunc = MethodCallExpressionHelper.GetFunc(metadata, this.setMethod, funcCache, locker, true);