3 references to _types
System.Resources.Extensions (3)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.TypeResolver.cs (3)
42if (_types.TryGetValue(typeName.AssemblyQualifiedName, out Type? cachedType)) 55_types[typeName.AssemblyQualifiedName] = binderType; 83_types[typeName.AssemblyQualifiedName] = type ?? throw new SerializationException(SR.Format(SR.Serialization_MissingType, typeName.AssemblyQualifiedName));