9 references to UnsafeRegisterWaitForSingleObject
System (4)
net\System\Net\NetworkInformation\NetworkAddressChange.cs (2)
287s_registeredWait = ThreadPool.UnsafeRegisterWaitForSingleObject( 315s_registeredWait = ThreadPool.UnsafeRegisterWaitForSingleObject(
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (1)
476ThreadPool.UnsafeRegisterWaitForSingleObject(
net\System\Net\Sockets\Socket.cs (1)
7541m_RegisteredWait = ThreadPool.UnsafeRegisterWaitForSingleObject(m_AsyncEvent, s_RegisteredWaitCallback, this, Timeout.Infinite, true);
System.ServiceModel (3)
System\ServiceModel\Channels\OverlappedContext.cs (3)
91ThreadPool.UnsafeRegisterWaitForSingleObject(this.rootedHolder.EventHolder, OverlappedContext.cleanupCallback, this, Timeout.Infinite, true); 210this.registration = ThreadPool.UnsafeRegisterWaitForSingleObject(this.completionEvent, OverlappedContext.eventCallback, this, Timeout.Infinite, true); 289ThreadPool.UnsafeRegisterWaitForSingleObject(this.completionEvent, OverlappedContext.cleanupCallback, this, Timeout.Infinite, true);
System.Transactions (1)
System\Transactions\Oletx\OletxTransactionManager.cs (1)
537ThreadPool.UnsafeRegisterWaitForSingleObject(
System.Web (1)
Hosting\HostingEnvironment.cs (1)
1540registeredWaitHandle = ThreadPool.UnsafeRegisterWaitForSingleObject(waitHandle, (_, __) => {