9 references to AssemblyQualifiedName
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Ole\TypeBinder.cs (1)
100
typeName.
AssemblyQualifiedName
));
System.Formats.Nrbf (1)
System\Formats\Nrbf\ArrayRecord.cs (1)
78
throw new InvalidOperationException(SR.Format(SR.Serialization_TypeMismatch, expectedArrayType.AssemblyQualifiedName, TypeName.
AssemblyQualifiedName
));
System.Private.Windows.Core (2)
System\Private\Windows\JsonData.cs (1)
111
public readonly string InnerTypeAssemblyQualifiedName => typeof(T).ToTypeName().
AssemblyQualifiedName
;
System\Private\Windows\Ole\TypeBinder.cs (1)
100
typeName.
AssemblyQualifiedName
));
System.Resources.Extensions (4)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.TypeResolver.cs (4)
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
));
System.Windows.Forms (1)
System\Resources\ResXSerializationBinder.cs (1)
46
Type? type = _typeResolver.GetType(parsed.
AssemblyQualifiedName
);