7 references to EventWaitHandleAccessRule
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
813[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.EventWaitHandleAccessRule))]
System.Threading.AccessControl (6)
artifacts\obj\System.Threading.AccessControl\Debug\net11.0\System.Threading.AccessControl.notsupported.cs (6)
38public void AddAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 41public bool RemoveAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 42public void RemoveAccessRuleAll(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 43public void RemoveAccessRuleSpecific(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 47public void ResetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 48public void SetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }