1 override of Flush
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
385public override void Flush(Boolean flushToDisk) {
2 references to Flush
mscorlib (2)
system\io\filestream.cs (1)
1318Flush(false);
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
386m_fs.Flush(flushToDisk);