3 references to CustomAssemblyName
System.Windows.Forms (3)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormatWriter.cs (1)
58new BinaryLibrary(libraryId: 2, IJsonData.CustomAssemblyName).Write(writer);
System\Windows\Forms\Nrbf\WinFormsSerializationRecordExtensions.cs (1)
73if (record.TypeName.AssemblyName?.FullName != IJsonData.CustomAssemblyName)
System\Windows\Forms\OLE\JsonData.cs (1)
17/// 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"/>