24 references to GetReflectionCachedData
mscorlib (24)
system\runtime\remoting\activationservices.cs (1)
1352InternalRemotingServices.GetReflectionCachedData(mb);
system\runtime\remoting\channelservices.cs (1)
724InternalRemotingServices.GetReflectionCachedData(method);
system\runtime\remoting\channelsinkstacks.cs (2)
414InternalRemotingServices.GetReflectionCachedData(_asyncEnd); 418InternalRemotingServices.GetReflectionCachedData(syncMI);
system\runtime\remoting\message.cs (13)
306InternalRemotingServices.GetReflectionCachedData(GetMethodBase()); 367InternalRemotingServices.GetReflectionCachedData(GetMethodBase()); 473InternalRemotingServices.GetReflectionCachedData(mb); 498RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(mb); 2690RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(_methodBase); 3451RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 3572RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4148_methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4162_methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4193_methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 4597RemotingMethodCachedData methodCache = InternalRemotingServices.GetReflectionCachedData(MI); 5236InternalRemotingServices.GetReflectionCachedData(mb); 5248InternalRemotingServices.GetReflectionCachedData(mb);
system\runtime\remoting\realproxy.cs (1)
477InternalRemotingServices.GetReflectionCachedData(mb);
system\runtime\remoting\remotingservices.cs (3)
1906InternalRemotingServices.GetReflectionCachedData(msg.MethodBase); 2038InternalRemotingServices.GetReflectionCachedData(method); 2824return GetReflectionCachedData(mb);
system\runtime\remoting\remotingsurrogateselector.cs (1)
376RemotingMethodCachedData cache = (RemotingMethodCachedData)InternalRemotingServices.GetReflectionCachedData(mb);
system\runtime\remoting\stackbuildersink.cs (2)
138InternalRemotingServices.GetReflectionCachedData(mb); 237InternalRemotingServices.GetReflectionCachedData(mb);