1 override of Flush
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
231
public override void
Flush
(bool flushToDisk)
4 references to Flush
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.IOService.cs (1)
33
fileStream.
Flush
(flushToDisk: true);
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
233
_fs.
Flush
(flushToDisk);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (1)
382
Flush
(flushToDisk: false);
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\DerivedFileStreamStrategy.cs (1)
49
_fileStream.
Flush
(false);