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