10 references to All
mscorlib (3)
system\exception.cs (1)
531StreamingContext sc = new StreamingContext(StreamingContextStates.All);
system\runtime\serialization\formatters\binary\binaryformatter.cs (1)
99m_context = new StreamingContext(StreamingContextStates.All);
system\runtime\serialization\formatterservices.cs (1)
179return GetSerializableMembers(type, new StreamingContext(StreamingContextStates.All));
System.Runtime.Serialization (6)
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
27new StreamingContext(StreamingContextStates.All),
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
24new StreamingContext(StreamingContextStates.All),
System\Runtime\Serialization\NetDataContractSerializer.cs (3)
33: this(new StreamingContext(StreamingContextStates.All)) 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)
System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
60new StreamingContext(StreamingContextStates.All),
System.Web (1)
UI\ObjectStateFormatter.cs (1)
1225return new StreamingContext(StreamingContextStates.All);