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