1 override of Flush
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
231
public override void
Flush
(bool flushToDisk)
3 references to Flush
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
233
_fs.
Flush
(flushToDisk);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (1)
368
Flush
(flushToDisk: false);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\DerivedFileStreamStrategy.cs (1)
49
_fileStream.
Flush
(false);