3 references to BinaryFormatter
System.Data.Common (2)
System\Data\DataSet.cs (2)
350BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false)); 434BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false));
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (1)
28public BinaryFormatter() : this(null, new StreamingContext(StreamingContextStates.All))