5 writes to AssemblyFormat
mscorlib (1)
system\runtime\remoting\remotingservices.cs (1)
2422fmt.AssemblyFormat = System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple; //*******Add this line
System.Messaging (2)
System\Messaging\BinaryMessageFormatter.cs (2)
44this.formatter.AssemblyFormat = topObjectFormat; 63this.formatter.AssemblyFormat = value;
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
447remotingFormatter.AssemblyFormat =
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataObject.cs (1)
1763formatter.AssemblyFormat = FormatterAssemblyStyle.Simple;
1 reference to AssemblyFormat
System.Messaging (1)
System\Messaging\BinaryMessageFormatter.cs (1)
58return this.formatter.AssemblyFormat;