12 references to None
mscorlib (9)
system\io\file.cs (2)
918FileStream.DefaultBufferSize, FileOptions.None, Path.GetFileName(path), false, false, checkHost)) { 979FileStream.DefaultBufferSize, FileOptions.None, Path.GetFileName(path), false, false, checkHost))
system\io\filestream.cs (6)
512: this(path, mode, (mode == FileMode.Append ? FileAccess.Write : FileAccess.ReadWrite), FileShare.Read, DefaultBufferSize, FileOptions.None, Path.GetFileName(path), false) { 519: this(path, mode, access, FileShare.Read, DefaultBufferSize, FileOptions.None, Path.GetFileName(path), false) { 526: this(path, mode, access, share, DefaultBufferSize, FileOptions.None, Path.GetFileName(path), false) { 533: this(path, mode, access, share, bufferSize, FileOptions.None, Path.GetFileName(path), false) 554: this(path, mode, access, share, bufferSize, (useAsync ? FileOptions.Asynchronous : FileOptions.None), Path.GetFileName(path), false) 659if (options != FileOptions.None && (options & ~(FileOptions.WriteThrough | FileOptions.Asynchronous | FileOptions.RandomAccess | FileOptions.DeleteOnClose | FileOptions.SequentialScan | FileOptions.Encrypted | (FileOptions)0x20000000 /* NoBuffering */)) != 0)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
242FileOptions.None, m_GivenPath, true, true);
System.Core (2)
System\IO\LogStream.cs (1)
92int flagsAndAttributes = (int)FileOptions.None | (UnsafeNativeMethods.SECURITY_SQOS_PRESENT | UnsafeNativeMethods.SECURITY_ANONYMOUS);
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (1)
148FileStream fileStream = new FileStream(path, mode, GetFileStreamFileSystemRights(access), FileShare.None, 0x1000, FileOptions.None);
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (1)
57: this ( path, transactionContext, access, System.IO.FileOptions.None, 0 )