2 writes to TargetObject
System.Activities (2)
System\Activities\Expressions\InvokeMethod.cs (1)
157TargetObject = this.TargetObject,
System\Activities\Statements\InvokeMethod.cs (1)
172TargetObject = this.TargetObject,
11 references to TargetObject
System.Activities (11)
System\Activities\Statements\MethodResolver.cs (11)
197if (targetType != null && this.TargetObject != null && !this.TargetObject.IsEmpty) 209if (this.TargetObject != null && !this.TargetObject.IsEmpty) 211targetType = this.TargetObject.ArgumentType; 273this.TargetType, this.TargetObject, this.Parameters, this.Result, funcCache, locker); 278this.TargetType, this.TargetObject, this.Parameters, this.Result); 317this.TargetType, this.TargetObject, this.Parameters, this.Result, funcCache, locker); 322this.TargetType, this.TargetObject, this.Parameters, this.Result); 330this.TargetObject, this.Parameters, this.Result, funcCache, locker); 335this.TargetObject, this.Parameters, this.Result);