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