2 writes to inParams
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
74
this.
inParams
= ServiceReflector.GetInputParameters(this.beginMethod, true);
88
this.
inParams
= ServiceReflector.GetInputParameters(this.syncMethod, false);
4 references to inParams
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (4)
386
if (this.
inParams
.Length == 0)
395
if (this.
inParams
.Length == 0)
401
ins = new object[this.
inParams
.Length];
407
ins[i] = args[this.
inParams
[i].Position];