1 write to paramList
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
95
paramList
= new List<ParamInfo>();
11 references to paramList
System.ServiceModel (11)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
412
ComPlusDispatchMethodSchema record = new ComPlusDispatchMethodSchema(methodInfo.opDesc.Name, methodInfo.
paramList
, methodInfo.ReturnVal);
System\ServiceModel\ComIntegration\DispatchProxy.cs (10)
147
methodInfo.
paramList
.Add(paramInfo);
220
if (mInfo.
paramList
.Count != cArgs)
244
if (mInfo.
paramList
[index].inIndex != -1)
250
if (!mInfo.
paramList
[index].type.IsArray)
251
val = FetchVariant(rgvarg, (int)(cArgs - index - 1), mInfo.
paramList
[index].type);
253
val = FetchVariants(rgvarg, (int)(cArgs - index - 1), mInfo.
paramList
[index].type);
254
ins[mInfo.
paramList
[index].inIndex] = val;
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;