3 references to StreamingContext
System.Data.Common (2)
System\Data\DataSet.cs (2)
360BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false)); 444BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\StreamingContext.cs (1)
19public StreamingContext(StreamingContextStates state) : this(state, null)