9 references to Simple
mscorlib (3)
system\runtime\remoting\remotingservices.cs (1)
2422fmt.AssemblyFormat = System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple; //*******Add this line
system\runtime\serialization\formatters\binary\binaryformatter.cs (1)
50internal FormatterAssemblyStyle m_assemblyFormat = FormatterAssemblyStyle.Simple;
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (1)
160bSimpleAssembly = (formatterEnums.FEassemblyFormat == FormatterAssemblyStyle.Simple);
System.Activities (1)
System\Activities\XamlIntegration\NetDataContractXmlSerializable.cs (1)
53result.AssemblyFormat = FormatterAssemblyStyle.Simple;
System.Messaging (1)
System\Messaging\BinaryMessageFormatter.cs (1)
53[MessagingDescription(Res.MsgTopObjectFormat), DefaultValueAttribute(FormatterAssemblyStyle.Simple)]
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
424FormatterAssemblyStyle.Simple; 450FormatterAssemblyStyle.Simple;
System.Runtime.Serialization (1)
System\Runtime\Serialization\NetDataContractSerializer.cs (1)
156if (value != FormatterAssemblyStyle.Full && value != FormatterAssemblyStyle.Simple)
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataObject.cs (1)
1763formatter.AssemblyFormat = FormatterAssemblyStyle.Simple;