2 references to File
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));