1 override of Flush
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
231public override void Flush(bool flushToDisk)
4 references to Flush
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.IOService.cs (1)
33fileStream.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)
382Flush(flushToDisk: false);
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\DerivedFileStreamStrategy.cs (1)
49_fileStream.Flush(false);