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