3 references to BinaryFormatter
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.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (1)
23
public BinaryFormatter() :
this
(null, new StreamingContext(StreamingContextStates.All))