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