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