12 references to Inheritable
mscorlib (5)
system\io\filestream.cs (5)
641
FileShare tempshare = share & ~FileShare.
Inheritable
;
816
share &= ~FileShare.
Inheritable
;
1082
if ((share & FileShare.
Inheritable
) != 0) {
1099
if ((share & FileShare.
Inheritable
) != 0 || fileSecurity != null) {
1103
if ((share & FileShare.
Inheritable
) != 0) {
System (1)
compmod\system\codedom\compiler\Executor.cs (1)
57
return new FileStream(file, FileMode.CreateNew, FileAccess.Write, FileShare.Read | FileShare.
Inheritable
);
System.Core (1)
System\IO\LogStream.cs (1)
458
if ((share & FileShare.
Inheritable
) != 0) {
System.IO.Log (3)
System\IO\Log\LogStore.cs (3)
91
share &= ~FileShare.
Inheritable
;
504
if ((share & FileShare.
Inheritable
) != 0 || fileSecurity != null)
509
if ((share & FileShare.
Inheritable
) != 0)
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipArchive.cs (1)
623
else if ((share != FileShare.Delete) && (share != FileShare.
Inheritable
) && (share != FileShare.None) &&
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (1)
320
if( 0 != (share & FileShare.
Inheritable
) )