1 write to inputParameterCount
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
323this.inputParameterCount = inputParameterCount;
5 references to inputParameterCount
System.ServiceModel (5)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (5)
60return EmptyArray<object>.Allocate(this.inputParameterCount); 185if (this.inputParameterCount > 0) 187throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxInputParametersToServiceNull, this.inputParameterCount))); 190else if (inputs.Length != this.inputParameterCount) 192throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxInputParametersToServiceInvalid, this.inputParameterCount, inputs.Length)));