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