2 writes to TargetType
System.Activities (2)
System\Activities\Expressions\InvokeMethod.cs (1)
156
TargetType
= this.TargetType,
System\Activities\Statements\InvokeMethod.cs (1)
171
TargetType
= this.TargetType,
8 references to TargetType
System.Activities (8)
System\Activities\Statements\MethodResolver.cs (8)
194
Type targetType = this.
TargetType
;
204
BindingFlags bindingFlags = this.
TargetType
!= null ? staticBindingFlags : instanceBindingFlags;
273
this.
TargetType
, this.TargetObject, this.Parameters, this.Result, funcCache, locker);
278
this.
TargetType
, this.TargetObject, this.Parameters, this.Result);
317
this.
TargetType
, this.TargetObject, this.Parameters, this.Result, funcCache, locker);
322
this.
TargetType
, this.TargetObject, this.Parameters, this.Result);
329
methodExecutor = new SyncMethodExecutor(metadata, this.syncMethod, this.Parent, this.
TargetType
,
334
methodExecutor = new SyncMethodExecutor((SyncMethodExecutor)oldMethodExecutor, this.
TargetType
,