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