Base:
method
Flush
System.IO.Stream.Flush()
1 override of Flush
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
381
public override void
Flush
() {
12 references to Flush
mscorlib (3)
system\io\filestream.cs (2)
1412
Flush
();
1430
Flush
();
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
382
m_fs.
Flush
();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1130
fs.
Flush
();
System.Core (1)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (1)
230
fileStream.
Flush
();
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1130
fs.
Flush
();
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (4)
302
m_fs.
Flush
();
339
m_fs.
Flush
();
402
m_fs.
Flush
();
419
m_fs.
Flush
();
System.Web (2)
HttpPostedFile.cs (1)
115
f.
Flush
();
HttpRequest.cs (1)
2942
f.
Flush
();