1 write to _inputParameterCount
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
279
_inputParameterCount
= inputParameterCount;
5 references to _inputParameterCount
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (5)
60
return EmptyArray<object>.Allocate(
_inputParameterCount
);
138
if (
_inputParameterCount
> 0)
140
new InvalidOperationException(string.Format(SRServiceModel.SFxInputParametersToServiceNull,
_inputParameterCount
)));
142
else if (inputs.Length !=
_inputParameterCount
)
144
new InvalidOperationException(string.Format(SRServiceModel.SFxInputParametersToServiceInvalid,
_inputParameterCount
,