2 writes to TargetType
System.Activities (2)
System\Activities\Expressions\InvokeMethod.cs (1)
156TargetType = this.TargetType,
System\Activities\Statements\InvokeMethod.cs (1)
171TargetType = this.TargetType,
8 references to TargetType
System.Activities (8)
System\Activities\Statements\MethodResolver.cs (8)
194Type targetType = this.TargetType; 204BindingFlags bindingFlags = this.TargetType != null ? staticBindingFlags : instanceBindingFlags; 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); 329methodExecutor = new SyncMethodExecutor(metadata, this.syncMethod, this.Parent, this.TargetType, 334methodExecutor = new SyncMethodExecutor((SyncMethodExecutor)oldMethodExecutor, this.TargetType,