3 writes to _methodCache
mscorlib (3)
system\runtime\remoting\message.cs (3)
4148_methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4162_methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4193_methodCache = InternalRemotingServices.GetReflectionCachedData(MI);
9 references to _methodCache
mscorlib (9)
system\runtime\remoting\message.cs (9)
4150argCount = _methodCache.Parameters.Length; 4168if (_methodCache.IsOverloaded()) 4180argCount = _methodCache.Parameters.Length; 4199if (_methodCache.IsOverloaded()) 4202argCount = _methodCache.Parameters.Length; 4262ParameterInfo[] pinfos = _methodCache.Parameters; 4265int outParamsCount = _methodCache.MarshalResponseArgMap.Length; 4277foreach (int i in _methodCache.MarshalResponseArgMap) 4439ParameterInfo[] pinfos = _methodCache.Parameters;