4 references to CustomAssemblyName
System.Private.Windows.Core (3)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
764
new 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)
595
if (record.TypeName.AssemblyName?.FullName != IJsonData.
CustomAssemblyName
)
System.Windows.Forms.Tests (1)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
53
record.TypeName.AssemblyName!.FullName.Should().Be(IJsonData.
CustomAssemblyName
);