7 instantiations of SerObjectInfoCache
System.Runtime.Serialization.Formatters (7)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (7)
167_cache = new SerObjectInfoCache(objectType); 173_cache = new SerObjectInfoCache(objectType); 217_cache = new SerObjectInfoCache(fullTypeName, assemblyString, hasTypeForwardedFrom); 244_cache = new SerObjectInfoCache(_objectType); 254_cache = new SerObjectInfoCache(_objectType); 484_cache = new SerObjectInfoCache(_objectType!); 489_cache = new SerObjectInfoCache(_objectType!);
5 references to SerObjectInfoCache
System.Runtime.Serialization.Formatters (5)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (5)
27internal SerObjectInfoCache _cache = null!; // Initiated before use 234private static void CheckTypeForwardedFrom(SerObjectInfoCache? cache, Type objectType, string? binderAssemblyString) 338internal SerObjectInfoCache? _cache; 746internal readonly Dictionary<Type, SerObjectInfoCache> _seenBeforeTable = new Dictionary<Type, SerObjectInfoCache>();