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)
60return EmptyArray<object>.Allocate(_inputParameterCount); 138if (_inputParameterCount > 0) 140new InvalidOperationException(string.Format(SRServiceModel.SFxInputParametersToServiceNull, _inputParameterCount))); 142else if (inputs.Length != _inputParameterCount) 144new InvalidOperationException(string.Format(SRServiceModel.SFxInputParametersToServiceInvalid, _inputParameterCount,