1 write to paramInfos
System.Web.Services (1)
System\Web\Services\Protocols\ValueCollectionParameterReader.cs (1)
31
paramInfos
= (ParameterInfo[])o;
3 references to paramInfos
System.Web.Services (3)
System\Web\Services\Protocols\ValueCollectionParameterReader.cs (3)
48
object[] parameters = new object[
paramInfos
.Length];
49
for (int i = 0; i <
paramInfos
.Length; i++) {
50
ParameterInfo paramInfo =
paramInfos
[i];