17 references to StreamingContextStates
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
772[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.StreamingContextStates))]
netstandard (1)
netstandard.cs (1)
1801[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.StreamingContextStates))]
System.Formats.Nrbf (1)
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
191baseDateTime = CallPrivateSerializationConstructor(si, new StreamingContext(StreamingContextStates.All));
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\StreamingContext.cs (4)
16private readonly StreamingContextStates _state; 19public StreamingContext(StreamingContextStates state) : this(state, null) 24public StreamingContext(StreamingContextStates state, object? additional) 45public StreamingContextStates State => _state;
src\System\Exception.CoreCLR.cs (1)
28if (context.State == StreamingContextStates.CrossAppDomain)
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)
52new StreamingContext(StreamingContextStates.All),
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Deserializer\DeserializationOptions.cs (1)
37public StreamingContext StreamingContext { get; set; } = new(StreamingContextStates.All);
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.Options.cs (1)
33public StreamingContext StreamingContext { get; set; } = new(StreamingContextStates.All);
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
694[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.StreamingContextStates))]
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (1)
23public BinaryFormatter() : this(null, new StreamingContext(StreamingContextStates.All))
System\Runtime\Serialization\FormatterServices.cs (1)
169return GetSerializableMembers(type, new StreamingContext(StreamingContextStates.All));
System.Runtime.Serialization.Primitives (1)
System.Runtime.Serialization.Primitives.TypeForwards.cs (1)
10[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.StreamingContextStates))]