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