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