3 references to FileStream
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
177entry.outputStream = new FileStream(fileHandle, FileAccess.ReadWrite);
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (1)
1440f = new FileStream(new Microsoft.Win32.SafeHandles.SafeFileHandle(handle,false), FileAccess.Read);
HttpResponse.cs (1)
2924f = new FileStream(new Microsoft.Win32.SafeHandles.SafeFileHandle(fileHandle,false), FileAccess.Read);