5 references to MarshalRequestArgMap
mscorlib (5)
system\runtime\remoting\message.cs (3)
3453int[] marshalRequestArgMap = methodCache.MarshalRequestArgMap; 5241_map = _methodCachedData.MarshalRequestArgMap; 5253_map = _methodCachedData.MarshalRequestArgMap;
system\runtime\remoting\realproxy.cs (1)
486foreach (int index in cache.MarshalRequestArgMap)
system\runtime\remoting\remotingsurrogateselector.cs (1)
377int[] requestArgMap = cache.MarshalRequestArgMap;