7 references to Full
System.Runtime.Remoting (2)
channels\core\corechannel.cs (2)
423FormatterAssemblyStyle.Full : 449FormatterAssemblyStyle.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) 156if (value != FormatterAssemblyStyle.Full && value != FormatterAssemblyStyle.Simple)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
233if (assemblyFormat == FormatterAssemblyStyle.Full)