Base:
method
Flush
System.IO.Stream.Flush()
1 override of Flush
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
226public override void Flush()
8 references to Flush
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
649dgmlOutput.Flush();
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
596dgmlOutput.Flush();
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
228_fs.Flush();
System.IO.MemoryMappedFiles (1)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (1)
256fileStream.Flush();
System.Net.Quic (2)
src\runtime\src\libraries\Common\src\System\Net\Security\SslKeyLogger.cs (2)
54s_fileStream.Flush(); 94s_fileStream.Flush();
System.Net.Security (2)
src\runtime\src\libraries\Common\src\System\Net\Security\SslKeyLogger.cs (2)
54s_fileStream.Flush(); 94s_fileStream.Flush();