1 instantiation of RegisteredWaitHandle
mscorlib (1)
system\threading\threadpool.cs (1)
1453
RegisteredWaitHandle registeredWaitHandle = new
RegisteredWaitHandle
();
49 references to RegisteredWaitHandle
mscorlib (12)
system\runtime\remoting\synchronizeddispatch.cs (1)
59
private
RegisteredWaitHandle
_waitHandle;
system\threading\threadpool.cs (11)
1408
public static
RegisteredWaitHandle
RegisterWaitForSingleObject( // throws RegisterWaitException
1423
public static
RegisteredWaitHandle
UnsafeRegisterWaitForSingleObject( // throws RegisterWaitException
1437
private static
RegisteredWaitHandle
RegisterWaitForSingleObject( // throws RegisterWaitException
1453
RegisteredWaitHandle
registeredWaitHandle = new RegisteredWaitHandle();
1481
public static
RegisteredWaitHandle
RegisterWaitForSingleObject( // throws RegisterWaitException
1498
public static
RegisteredWaitHandle
UnsafeRegisterWaitForSingleObject( // throws RegisterWaitException
1515
public static
RegisteredWaitHandle
RegisterWaitForSingleObject( // throws RegisterWaitException
1532
public static
RegisteredWaitHandle
UnsafeRegisterWaitForSingleObject( // throws RegisterWaitException
1549
public static
RegisteredWaitHandle
RegisterWaitForSingleObject(
1568
public static
RegisteredWaitHandle
UnsafeRegisterWaitForSingleObject(
1879
RegisteredWaitHandle
registeredWaitHandle,
System (6)
net\System\Net\NetworkInformation\NetworkAddressChange.cs (1)
162
static private
RegisteredWaitHandle
s_registeredWait;
net\System\Net\NetworkInformation\ping.cs (1)
41
private
RegisteredWaitHandle
registeredWait = null;
net\System\Net\Sockets\Socket.cs (2)
102
private
RegisteredWaitHandle
m_RegisteredWait;
7460
RegisteredWaitHandle
registeredWait = m_RegisteredWait;
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1737
public
RegisteredWaitHandle
registeredWaitHandle;
services\monitoring\system\diagnosticts\Process.cs (1)
96
RegisteredWaitHandle
registeredWaitHandle;
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (1)
46
RegisteredWaitHandle
registeredWaitHandle;
System.Net (25)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (4)
396
internal static void CleanEventVars(ref
RegisteredWaitHandle
waitHandle,
425
ref
RegisteredWaitHandle
regPresenceChangedWaitHandle,
483
ref
RegisteredWaitHandle
regAppChangedWaitHandle,
541
ref
RegisteredWaitHandle
regObjChangedWaitHandle,
net\PeerToPeer\Collaboration\ContactManager.cs (5)
219
private
RegisteredWaitHandle
m_regSubLstChangedWaitHandle;
419
private
RegisteredWaitHandle
m_regNameChangedWaitHandle;
626
private
RegisteredWaitHandle
m_regPresenceChangedWaitHandle;
838
private
RegisteredWaitHandle
m_regAppChangedWaitHandle;
1052
private
RegisteredWaitHandle
m_regObjChangedWaitHandle;
net\PeerToPeer\Collaboration\Peer.cs (1)
976
internal
RegisteredWaitHandle
m_RegisteredWaitHandle;
net\PeerToPeer\Collaboration\PeerApplication.cs (1)
220
private
RegisteredWaitHandle
m_regAppChangedWaitHandle;
net\PeerToPeer\Collaboration\PeerCollaboration.cs (4)
1014
private static
RegisteredWaitHandle
s_regNameChangedWaitHandle;
1215
static
RegisteredWaitHandle
s_regPresenceChangedWaitHandle;
1383
static
RegisteredWaitHandle
s_regObjChangedWaitHandle;
1548
static
RegisteredWaitHandle
s_regAppChangedWaitHandle;
net\PeerToPeer\Collaboration\PeerContact.cs (6)
1189
private
RegisteredWaitHandle
m_regAppChangedWaitHandle;
1190
internal
RegisteredWaitHandle
AppChangedWaitHandle
1441
private
RegisteredWaitHandle
m_regObjChangedWaitHandle;
1442
internal
RegisteredWaitHandle
ObjChangedWaitHandle
1695
private
RegisteredWaitHandle
m_regPresenceChangedWaitHandle;
1696
internal
RegisteredWaitHandle
PresenceChangedWaitHandle
net\PeerToPeer\Collaboration\PeerEndPoint.cs (1)
191
private
RegisteredWaitHandle
m_regNameChangedWaitHandle;
net\PeerToPeer\Collaboration\PeerNearMe.cs (1)
530
private static
RegisteredWaitHandle
s_registeredPNMWaitHandle;
net\PeerToPeer\Collaboration\PeerObject.cs (1)
172
private
RegisteredWaitHandle
m_regObjChangedWaitHandle;
net\PeerToPeer\PeerNameResolver.cs (1)
100
internal
RegisteredWaitHandle
m_RegisteredWaitHandle;
System.Runtime.Remoting (2)
channels\core\socketcache.cs (1)
338
private static
RegisteredWaitHandle
_registeredWaitHandle;
channels\ipc\portcache.cs (1)
41
private static
RegisteredWaitHandle
_registeredWaitHandle;
System.ServiceModel (2)
System\ServiceModel\Channels\OverlappedContext.cs (1)
39
RegisteredWaitHandle
registration;
System\ServiceModel\Channels\RequestChannel.cs (1)
362
RegisteredWaitHandle
waitHandle;
System.Web (1)
Hosting\HostingEnvironment.cs (1)
1539
RegisteredWaitHandle
registeredWaitHandle = null;