15 references to SemaphoreRights
System (15)
sys\system\security\accesscontrol\semaphoresecurity.cs (8)
50
public SemaphoreAccessRule(IdentityReference identity,
SemaphoreRights
eventRights, AccessControlType type)
55
public SemaphoreAccessRule(String identity,
SemaphoreRights
eventRights, AccessControlType type)
81
public
SemaphoreRights
SemaphoreRights {
82
get { return (
SemaphoreRights
) base.AccessMask; }
89
public SemaphoreAuditRule(IdentityReference identity,
SemaphoreRights
eventRights, AuditFlags flags)
106
public
SemaphoreRights
SemaphoreRights {
107
get { return (
SemaphoreRights
) base.AccessMask; }
254
get { return typeof(
SemaphoreRights
); }
sys\system\threading\semaphore.cs (7)
172
return OpenExisting(name,
SemaphoreRights
.Modify |
SemaphoreRights
.Synchronize);
178
public static Semaphore OpenExisting(string name,
SemaphoreRights
rights)
209
return OpenExistingWorker(name,
SemaphoreRights
.Modify |
SemaphoreRights
.Synchronize, out result) == OpenExistingResult.Success;
219
public static bool TryOpenExisting(string name,
SemaphoreRights
rights, out Semaphore result)
244
SemaphoreRights
rights,