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