3 writes to TargetType
System.Activities (3)
System\Activities\Expressions\ExpressionServices.cs (3)
1203TargetType = unaryExpression.Method.DeclaringType, 1227TargetType = binaryExpression.Method.DeclaringType, 1301invokeMethod.TargetType = methodInfo.DeclaringType;
1 reference to TargetType
System.Activities (1)
System\Activities\Expressions\InvokeMethod.cs (1)
156TargetType = this.TargetType,