1 write to _inputParameterCount
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
281_inputParameterCount = inputParameterCount;
5 references to _inputParameterCount
System.ServiceModel.Primitives (5)
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (5)
55return EmptyArray<object>.Allocate(_inputParameterCount); 136if (_inputParameterCount > 0) 139new InvalidOperationException(SRP.Format(SRP.SFxInputParametersToServiceNull, _inputParameterCount))); 142else if (inputs.Length != _inputParameterCount) 145new InvalidOperationException(SRP.Format(SRP.SFxInputParametersToServiceInvalid, _inputParameterCount,