2 references to Persistence
mscorlib (2)
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));