4 references to ValidateParameterTypes
System.Workflow.Activities (4)
WebServiceReceive.cs (2)
457if (method != null && WebServiceActivityHelpers.ValidateParameterTypes(method).Count == 0) 555ValidationErrorCollection parameterTypeErrors = WebServiceActivityHelpers.ValidateParameterTypes(methodInfo);
WebServiceResponse.cs (2)
269if (method != null && WebServiceActivityHelpers.ValidateParameterTypes(method).Count == 0) 382ValidationErrorCollection parameterTypeErrors = WebServiceActivityHelpers.ValidateParameterTypes(methodInfo);