1 instantiation of SemaphoreSecurity
System (1)
sys\system\threading\semaphore.cs (1)
333return new SemaphoreSecurity(SafeWaitHandle, AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.Group);
3 references to SemaphoreSecurity
System (3)
sys\system\threading\semaphore.cs (3)
99public unsafe Semaphore(int initialCount, int maximumCount, string name, out bool createdNew, SemaphoreSecurity semaphoreSecurity) 332public SemaphoreSecurity GetAccessControl() { 338public void SetAccessControl(SemaphoreSecurity semaphoreSecurity) {