7 references to GetReflectionCachedData
mscorlib (7)
system\runtime\remoting\configuration.cs (3)
665InternalRemotingServices.GetReflectionCachedData(svrType); 698InternalRemotingServices.GetReflectionCachedData(svrType); 791InternalRemotingServices.GetReflectionCachedData(svrType);
system\runtime\remoting\message.cs (1)
3226typeCache = InternalRemotingServices.GetReflectionCachedData(t);
system\runtime\remoting\objref.cs (1)
1008InternalRemotingServices.GetReflectionCachedData(typeOfObj);
system\runtime\remoting\remotingservices.cs (2)
2532InternalRemotingServices.GetReflectionCachedData(type); 2826return GetReflectionCachedData(rt);