1 write to actualMethod
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
182
actualMethod
= method;
13 references to actualMethod
System.Workflow.Activities (13)
Rules\RuleValidation.cs (13)
203
return
actualMethod
.GetBaseDefinition();
208
get { return
actualMethod
.ReturnTypeCustomAttributes; }
213
get { return
actualMethod
.Attributes & ~MethodAttributes.Static; }
218
return
actualMethod
.GetMethodImplementationFlags();
235
object result =
actualMethod
.Invoke(null, invokeAttr, binder, actualParameters, culture);
244
get { return
actualMethod
.MethodHandle; }
249
get { return
actualMethod
.DeclaringType; }
259
return
actualMethod
.GetCustomAttributes(attributeType, inherit);
264
return
actualMethod
.GetCustomAttributes(inherit);
269
return
actualMethod
.IsDefined(attributeType, inherit);
274
get { return
actualMethod
.Name; }
279
get { return
actualMethod
.ReflectedType; }
284
get { return
actualMethod
.ReturnType; }