3 references to StreamingContext
System.Data.Common (2)
System\Data\DataSet.cs (2)
360
BinaryFormatter bf = new BinaryFormatter(null, new
StreamingContext
(context.State, false));
444
BinaryFormatter 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)
19
public StreamingContext(StreamingContextStates state) :
this
(state, null)