2 writes to outIndex
System.ServiceModel (2)
System\ServiceModel\ComIntegration\DispatchProxy.cs (2)
81
outIndex
= -1;
165
paramInfo.
outIndex
= paramCount;
3 references to outIndex
System.ServiceModel (3)
System\ServiceModel\ComIntegration\DispatchProxy.cs (3)
302
if (mInfo.paramList[index].
outIndex
!= -1)
308
PopulateByRef(rgvarg, (int)(cArgs - index - 1), outs[mInfo.paramList[index].
outIndex
]);
316
filled[mInfo.paramList[index].
outIndex
] = true;