7 references to Full
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
423
FormatterAssemblyStyle.
Full
:
449
FormatterAssemblyStyle.
Full
:
System.Runtime.Serialization (5)
System\Runtime\Serialization\NetDataContractSerializer.cs (4)
38
: this(context, Int32.MaxValue, false, FormatterAssemblyStyle.
Full
, null)
52
: this(rootName, rootNamespace, new StreamingContext(StreamingContextStates.All), Int32.MaxValue, false, FormatterAssemblyStyle.
Full
, null)
68
: this(rootName, rootNamespace, new StreamingContext(StreamingContextStates.All), Int32.MaxValue, false, FormatterAssemblyStyle.
Full
, null)
156
if (value != FormatterAssemblyStyle.
Full
&& value != FormatterAssemblyStyle.Simple)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
233
if (assemblyFormat == FormatterAssemblyStyle.
Full
)