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)
315
if (
_inParams
.Length == 0)
323
if (
_inParams
.Length == 0)
329
ins = new object[
_inParams
.Length];
335
ins[i] = args[
_inParams
[i].Position];