8 references to All
System.Formats.Nrbf (1)
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
191
baseDateTime = CallPrivateSerializationConstructor(si, new StreamingContext(StreamingContextStates.
All
));
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
23
: base(serializer, serializer.MaxItemsInObjectGraph, new StreamingContext(StreamingContextStates.
All
), serializer.IgnoreExtensionDataObject)
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
29
: base(serializer, serializer.MaxItemsInObjectGraph, new StreamingContext(StreamingContextStates.
All
), serializer.IgnoreExtensionDataObject)
System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
52
new StreamingContext(StreamingContextStates.
All
),
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Deserializer\DeserializationOptions.cs (1)
37
public StreamingContext StreamingContext { get; set; } = new(StreamingContextStates.
All
);
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.Options.cs (1)
33
public StreamingContext StreamingContext { get; set; } = new(StreamingContextStates.
All
);
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (1)
23
public BinaryFormatter() : this(null, new StreamingContext(StreamingContextStates.
All
))
System\Runtime\Serialization\FormatterServices.cs (1)
169
return GetSerializableMembers(type, new StreamingContext(StreamingContextStates.
All
));