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