6 references to GENERIC_WRITE
System.ServiceModel (6)
System\ServiceModel\Channels\PipeConnection.cs (6)
1801const int access = UnsafeNativeMethods.GENERIC_READ | UnsafeNativeMethods.GENERIC_WRITE; 2060binarySecurityDescriptor = SecurityDescriptorHelper.FromSecurityIdentifiers(allowedSids, UnsafeNativeMethods.GENERIC_READ | UnsafeNativeMethods.GENERIC_WRITE); 2398worldCreatorOwnerWithReadAndWriteDescriptorDenyNetwork = FromSecurityIdentifiersFull(null, UnsafeNativeMethods.GENERIC_READ | UnsafeNativeMethods.GENERIC_WRITE); 2406if (accessRights == (UnsafeNativeMethods.GENERIC_READ | UnsafeNativeMethods.GENERIC_WRITE)) 2475if ((everyoneAccessRights & UnsafeNativeMethods.GENERIC_WRITE) != 0) 2477everyoneAccessRights &= ~UnsafeNativeMethods.GENERIC_WRITE;