3 references to _types
System.Resources.Extensions (3)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.TypeResolver.cs (3)
42
if (
_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));