2 instantiations of EventWaitHandleSecurity
mscorlib (1)
system\threading\eventwaithandle.cs (1)
287return new EventWaitHandleSecurity(safeWaitHandle, AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.Group);
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
384EventWaitHandleSecurity handleSecurity = new EventWaitHandleSecurity();
4 references to EventWaitHandleSecurity
mscorlib (3)
system\threading\eventwaithandle.cs (3)
103public unsafe EventWaitHandle(bool initialState, EventResetMode mode, string name, out bool createdNew, EventWaitHandleSecurity eventSecurity) 285public EventWaitHandleSecurity GetAccessControl() 291public void SetAccessControl(EventWaitHandleSecurity eventSecurity)
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
384EventWaitHandleSecurity handleSecurity = new EventWaitHandleSecurity();