2 references to Persistence
mscorlib (2)
system\resources\resourcereader.cs (1)
861
BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(StreamingContextStates.File | StreamingContextStates.
Persistence
));
system\resources\resourcewriter.cs (1)
381
IFormatter objFormatter = new BinaryFormatter(null, new StreamingContext(StreamingContextStates.File | StreamingContextStates.
Persistence
));