2 writes to getItemMethod
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
575
this.
getItemMethod
= getItemMethod;
629
set { this.
getItemMethod
= value; }
4 references to getItemMethod
System.Activities (4)
System\Activities\ExpressionUtilities.cs (4)
587
if (this.targetObject == null && !this.
getItemMethod
.IsStatic)
589
throw FxTrace.Exception.AsError(new NullReferenceException(SR.CannotDereferenceNull(this.
getItemMethod
.Name)));
592
return (T)this.
getItemMethod
.Invoke(this.targetObject, this.setItemArguments);
628
get { return this.
getItemMethod
; }