8 references to MutexRights
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
829[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.MutexRights))]
System.Threading.AccessControl (7)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.Extensions.notsupported.cs (2)
18public static System.Threading.Mutex OpenExisting(string name, System.Security.AccessControl.MutexRights rights) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 19public static bool TryOpenExisting(string name, System.Security.AccessControl.MutexRights rights, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Threading.Mutex? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.notsupported.cs (5)
53public MutexAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.MutexRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 54public MutexAccessRule(string identity, System.Security.AccessControl.MutexRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 55public System.Security.AccessControl.MutexRights MutexRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 59public MutexAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.MutexRights eventRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 60public System.Security.AccessControl.MutexRights MutexRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }