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