30 references to FormatterAssemblyStyle
mscorlib (6)
system\runtime\remoting\remotingservices.cs (1)
2422fmt.AssemblyFormat = System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple; //*******Add this line
system\runtime\serialization\formatters\binary\binaryformatter.cs (3)
50internal FormatterAssemblyStyle m_assemblyFormat = FormatterAssemblyStyle.Simple; 66public FormatterAssemblyStyle AssemblyFormat
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (1)
160bSimpleAssembly = (formatterEnums.FEassemblyFormat == FormatterAssemblyStyle.Simple);
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (1)
746internal FormatterAssemblyStyle FEassemblyFormat;
System.Activities (1)
System\Activities\XamlIntegration\NetDataContractXmlSerializable.cs (1)
53result.AssemblyFormat = FormatterAssemblyStyle.Simple;
System.Messaging (4)
System\Messaging\BinaryMessageFormatter.cs (3)
41public BinaryMessageFormatter(FormatterAssemblyStyle topObjectFormat, FormatterTypeStyle typeFormat) 53[MessagingDescription(Res.MsgTopObjectFormat), DefaultValueAttribute(FormatterAssemblyStyle.Simple)] 54public FormatterAssemblyStyle TopObjectFormat
System\Messaging\Design\MessageFormatterConverter.cs (1)
100typeof(FormatterAssemblyStyle), typeof(FormatterTypeStyle) });
System.Runtime.Remoting (4)
channels\core\corechannel.cs (4)
423FormatterAssemblyStyle.Full : 424FormatterAssemblyStyle.Simple; 449FormatterAssemblyStyle.Full : 450FormatterAssemblyStyle.Simple;
System.Runtime.Serialization (14)
System\Runtime\Serialization\NetDataContractSerializer.cs (12)
28FormatterAssemblyStyle assemblyFormat; 38: this(context, Int32.MaxValue, false, FormatterAssemblyStyle.Full, null) 45FormatterAssemblyStyle assemblyFormat, 52: this(rootName, rootNamespace, new StreamingContext(StreamingContextStates.All), Int32.MaxValue, false, FormatterAssemblyStyle.Full, null) 60FormatterAssemblyStyle assemblyFormat, 68: this(rootName, rootNamespace, new StreamingContext(StreamingContextStates.All), Int32.MaxValue, false, FormatterAssemblyStyle.Full, null) 76FormatterAssemblyStyle assemblyFormat, 85FormatterAssemblyStyle assemblyFormat, 101FormatterAssemblyStyle assemblyFormat, 151public FormatterAssemblyStyle AssemblyFormat 156if (value != FormatterAssemblyStyle.Full && value != FormatterAssemblyStyle.Simple)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (2)
36FormatterAssemblyStyle assemblyFormat; 233if (assemblyFormat == FormatterAssemblyStyle.Full)
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataObject.cs (1)
1763formatter.AssemblyFormat = FormatterAssemblyStyle.Simple;