1 write to actualMethod
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
324actualMethod = method;
20 references to actualMethod
System.Workflow.Activities (20)
Rules\RuleValidation.cs (20)
331return actualMethod.GetBaseDefinition(); 336get { return actualMethod.ReturnTypeCustomAttributes; } 341get { return actualMethod.Attributes & ~MethodAttributes.Static; } 346return actualMethod.GetMethodImplementationFlags(); 361get { return actualMethod.MethodHandle; } 366get { return actualMethod.DeclaringType; } 371return actualMethod.GetCustomAttributes(attributeType, inherit); 376return actualMethod.GetCustomAttributes(inherit); 381return actualMethod.IsDefined(attributeType, inherit); 386get { return actualMethod.Name; } 391get { return actualMethod.ReflectedType; } 403|| (actualMethod != other.actualMethod) 415int result = actualMethod.GetHashCode() ^ resultType.GetHashCode(); 445object result = actualMethod.Invoke(null, invokeAttr, binder, parameters, culture); 447return Executor.AdjustType(actualMethod.ReturnType, result, resultType); 477object result = actualMethod.Invoke(null, invokeAttr, binder, parameters, culture); 479return Executor.AdjustType(actualMethod.ReturnType, result, resultType); 510return actualMethod.Invoke(null, invokeAttr, binder, parameters, culture); 541return actualMethod.Invoke(null, invokeAttr, binder, parameters, culture);