7 instantiations of SerObjectInfoCache
mscorlib (7)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (7)
219cache = new SerObjectInfoCache(objectType); 229cache = new SerObjectInfoCache(objectType); 282cache = new SerObjectInfoCache(fullTypeName, assemblyString, hasTypeForwardedFrom); 329cache = new SerObjectInfoCache(objectType); 344cache = new SerObjectInfoCache(objectType); 621cache = new SerObjectInfoCache(objectType); 630cache = new SerObjectInfoCache(objectType);
5 references to SerObjectInfoCache
mscorlib (5)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (5)
55internal SerObjectInfoCache cache = null; 303private static void CheckTypeForwardedFrom(SerObjectInfoCache cache, Type objectType, string binderAssemblyString) 325cache = (SerObjectInfoCache)serObjectInfoInit.seenBeforeTable[objectType]; 340cache = (SerObjectInfoCache)serObjectInfoInit.seenBeforeTable[objectType]; 480internal SerObjectInfoCache cache;