2 instantiations of RemotingMethodCachedData
mscorlib (2)
system\reflection\ConstructorInfo.cs (1)
302cache = new RemotingMethodCachedData(this);
system\reflection\methodinfo.cs (1)
288cache = new RemotingMethodCachedData(this);
36 references to RemotingMethodCachedData
mscorlib (36)
system\reflection\ConstructorInfo.cs (4)
289private RemotingMethodCachedData m_cachedData; 291internal RemotingMethodCachedData RemotingCache 299RemotingMethodCachedData cache = m_cachedData; 303RemotingMethodCachedData ret = Interlocked.CompareExchange(ref m_cachedData, cache, null);
system\reflection\methodinfo.cs (4)
275private RemotingMethodCachedData m_cachedData; 277internal RemotingMethodCachedData RemotingCache 285RemotingMethodCachedData cache = m_cachedData; 289RemotingMethodCachedData ret = Interlocked.CompareExchange(ref m_cachedData, cache, null);
system\runtime\remoting\activationservices.cs (1)
1351RemotingMethodCachedData methodCache =
system\runtime\remoting\channelservices.cs (2)
723RemotingMethodCachedData cache = (RemotingMethodCachedData)
system\runtime\remoting\channelsinkstacks.cs (4)
413RemotingMethodCachedData asyncEndCache = (RemotingMethodCachedData) 417RemotingMethodCachedData syncCache = (RemotingMethodCachedData)
system\runtime\remoting\message.cs (12)
305RemotingMethodCachedData methodCache = 366RemotingMethodCachedData methCache = 472RemotingMethodCachedData methodCache = 498RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(mb); 2690RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(_methodBase); 3451RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 3522void PopulateOutArguments(RemotingMethodCachedData methodCache) 3572RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4116private RemotingMethodCachedData _methodCache; 4597RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 5228RemotingMethodCachedData _methodCachedData; 5508internal static Object[] ExpandAsyncEndArgsToSyncArgs(RemotingMethodCachedData syncMethod,
system\runtime\remoting\realproxy.cs (1)
476RemotingMethodCachedData cache =
system\runtime\remoting\remotingservices.cs (3)
1905RemotingMethodCachedData cache = 2037RemotingMethodCachedData cache = 2794internal static RemotingMethodCachedData GetReflectionCachedData(MethodBase mi)
system\runtime\remoting\remotingsurrogateselector.cs (2)
376RemotingMethodCachedData cache = (RemotingMethodCachedData)InternalRemotingServices.GetReflectionCachedData(mb);
system\runtime\remoting\stackbuildersink.cs (3)
137RemotingMethodCachedData methodCache = 236RemotingMethodCachedData methodCache = 452internal void CopyNonByrefOutArgsFromOriginalArgs(RemotingMethodCachedData methodCache,