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