9 references to KernelObject
System.Threading.AccessControl (9)
System\Security\AccessControl\EventWaitHandleSecurity.cs (3)
113: base(true, ResourceType.KernelObject) 118: base(true, ResourceType.KernelObject, name, includeSections, HandleErrorCode, null) 124: base(true, ResourceType.KernelObject, handle, includeSections, HandleErrorCode, null)
System\Security\AccessControl\MutexSecurity.cs (3)
107: base(true, ResourceType.KernelObject) 112: base(true, ResourceType.KernelObject, name, includeSections, HandleErrorCode, null) 118: base(true, ResourceType.KernelObject, handle, includeSections, HandleErrorCode, null)
System\Security\AccessControl\SemaphoreSecurity.cs (3)
101: base(true, ResourceType.KernelObject) 106: base(true, ResourceType.KernelObject, name, includeSections, HandleErrorCode, null) 112: base(true, ResourceType.KernelObject, handle, includeSections, HandleErrorCode, null)