2 references to EventWaitHandle
mscorlib (1)
system\threading\eventwaithandle.cs (1)
96: this(initialState, mode, name, out createdNew, null)
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
388securityEvent = new EventWaitHandle(false, EventResetMode.ManualReset, ListenerConstants.GlobalPrefix + this.securityEventName, out createdNew, handleSecurity);