3 writes to argCount
mscorlib (3)
system\runtime\remoting\message.cs (3)
4150
argCount
= _methodCache.Parameters.Length;
4180
argCount
= _methodCache.Parameters.Length;
4202
argCount
= _methodCache.Parameters.Length;
3 references to argCount
mscorlib (3)
system\runtime\remoting\message.cs (3)
4477
if (position >=
argCount
)
4488
outArgs = new Object[
argCount
];
4502
outArgs = new Object[
argCount
];