2 writes to _inParams
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
63_inParams = ServiceReflector.GetInputParameters(_beginMethod, true); 77_inParams = ServiceReflector.GetInputParameters(_syncMethod, false);
4 references to _inParams
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (4)
315if (_inParams.Length == 0) 323if (_inParams.Length == 0) 329ins = new object[_inParams.Length]; 335ins[i] = args[_inParams[i].Position];