4 types derived from RemotingCachedData
mscorlib (4)
system\runtime\remoting\remotingattributes.cs (4)
51internal class RemotingFieldCachedData : RemotingCachedData 84internal class RemotingParameterCachedData : RemotingCachedData 112internal class RemotingTypeCachedData : RemotingCachedData 232internal class RemotingMethodCachedData : RemotingCachedData
2 references to RemotingCachedData
mscorlib (2)
system\runtime\remoting\remotingservices.cs (2)
2816internal static RemotingCachedData GetReflectionCachedData(MemberInfo mi) 2835internal static RemotingCachedData GetReflectionCachedData(RuntimeParameterInfo reflectionObject)