5 references to Inheritable
System.CodeDom (1)
System\CodeDom\Compiler\Executor.cs (1)
16
new FileStream(file, FileMode.CreateNew, FileAccess.Write, FileShare.Read | FileShare.
Inheritable
);
System.IO.MemoryMappedFiles (1)
System\IO\MemoryMappedFiles\MemoryMappedFile.Unix.cs (1)
320
FileShare.ReadWrite | FileShare.
Inheritable
;
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (1)
301
if ((share & FileShare.
Inheritable
) == 0)
src\libraries\System.Private.CoreLib\src\System\IO\FileStreamOptions.cs (1)
65
FileShare tempshare = value & ~FileShare.
Inheritable
;
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\FileStreamHelpers.cs (1)
64
FileShare tempshare = share & ~FileShare.
Inheritable
;