3 references to CustomAssemblyName
System.Private.Windows.Core (3)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
764new BinaryLibrary(libraryId: 2, IJsonData.CustomAssemblyName).Write(writer);
System\Private\Windows\JsonData.cs (1)
16/// If this type needs to be deserialized from stream in these instances, a workaround would be to create an assembly with the name <see cref="IJsonData.CustomAssemblyName"/>
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (1)
595if (record.TypeName.AssemblyName?.FullName != IJsonData.CustomAssemblyName)