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