5 references to BinaryFormatter
mscorlib (3)
system\resources\resourcereader.cs (1)
861BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(StreamingContextStates.File | StreamingContextStates.Persistence));
system\resources\resourcewriter.cs (1)
381IFormatter objFormatter = new BinaryFormatter(null, new StreamingContext(StreamingContextStates.File | StreamingContextStates.Persistence));
system\security\claims\ClaimsIdentity.cs (1)
1302bf = new BinaryFormatter(null, context);
System.Data (2)
fx\src\data\System\Data\DataSet.cs (2)
295BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false)); 363BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false));