1 write to _inputParameterCount
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
204
_inputParameterCount
= inputParameterCount;
5 references to _inputParameterCount
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (5)
53
return EmptyArray<object>.Allocate(
_inputParameterCount
);
82
if (
_inputParameterCount
> 0)
83
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxInputParametersToServiceNull,
_inputParameterCount
)));
85
else if (inputs.Length !=
_inputParameterCount
)
86
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxInputParametersToServiceInvalid,
_inputParameterCount
, inputs.Length)));