5 references to InputParameterCount
System.ServiceModel (5)
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (5)
54return EmptyArray.Allocate(this.InputParameterCount); 96if (this.InputParameterCount > 0) 97throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxInputParametersToServiceNull, this.InputParameterCount))); 99else if (inputs.Length != this.InputParameterCount) 100throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxInputParametersToServiceInvalid, this.InputParameterCount, inputs.Length)));