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