1 write to inputParameterCount
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
268this.inputParameterCount = inputParameterCount;
5 references to inputParameterCount
System.ServiceModel (5)
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (5)
77return EmptyArray.Allocate(this.inputParameterCount); 88if (this.inputParameterCount > 0) 89throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxInputParametersToServiceNull, this.inputParameterCount))); 91else if (inputs.Length != this.inputParameterCount) 92throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxInputParametersToServiceInvalid, this.inputParameterCount, inputs.Length)));