59 references to AutoResetEvent
mscorlib (3)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
941
newEvent = new
AutoResetEvent
(false);
system\runtime\remoting\leasemanager.cs (1)
84
waitHandle = new
AutoResetEvent
(false);
system\runtime\remoting\synchronizeddispatch.cs (1)
251
_asyncWorkEvent = new
AutoResetEvent
(false);
PresentationCore (4)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (2)
118
_readEventHandles[(int)ReadEvent.ByteRangeReadEvent] = new
AutoResetEvent
(false);
123
_readEventHandles[(int)ReadEvent.FullDownloadReadEvent] = new
AutoResetEvent
(false);
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (2)
78
_waitEvent = new
AutoResetEvent
(false);
523
internal static AutoResetEvent _waitEvent = new
AutoResetEvent
(false);
SMSvcHost (2)
System\ServiceModel\Activation\ListenerAdapter.cs (2)
85
cleanupComplete = new
AutoResetEvent
(false);
810
wasConnected = new
AutoResetEvent
(false);
System (6)
compmod\system\diagnostics\assertwrapper.cs (1)
256
m_Event = new
AutoResetEvent
(false);
net\System\Net\_AutoWebProxyScriptEngine.cs (1)
446
changeEvent = new
AutoResetEvent
(false);
net\System\Net\_SafeNetHandles.cs (1)
2765
result.waitHandle = new
AutoResetEvent
(false);
net\System\Net\_TimerThread.cs (1)
177
private static AutoResetEvent s_ThreadReadyEvent = new
AutoResetEvent
(false);
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (1)
173
m_OverlappedEvent = new
AutoResetEvent
(false);
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
567
info.waitHandle = new
AutoResetEvent
(false);
System.Activities (3)
System\Activities\Debugger\ThreadWorkerController.cs (2)
130
this.eventSend = new
AutoResetEvent
(false);
131
this.eventDone = new
AutoResetEvent
(false);
System\Activities\WorkflowApplication.cs (1)
4765
PumpBasedSynchronizationContext.waitObject = new
AutoResetEvent
(false);
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (2)
172
this.unregisterDoneHandle = new
AutoResetEvent
(false);
173
this.subscriptionWaitHandle = new
AutoResetEvent
(false);
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
3112
_resetConnectionEvent = new
AutoResetEvent
(true);
System.Management (4)
Instrumentation\EventSource.cs (2)
218
public AutoResetEvent doneIndicate = new
AutoResetEvent
(false);
232
AutoResetEvent doIndicate = new
AutoResetEvent
(false);
InteropClasses\WMIInterop.cs (2)
1963
public AutoResetEvent evtDone = new
AutoResetEvent
(false);
1977
static AutoResetEvent evtGo = new
AutoResetEvent
(false); // tells the worker to create an object on our behalf
System.Net (22)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (3)
436
presenceChangedEvent = new
AutoResetEvent
(false);
494
appChangedEvent = new
AutoResetEvent
(false);
552
objChangedEvent = new
AutoResetEvent
(false);
net\PeerToPeer\Collaboration\ContactManager.cs (5)
240
m_subLstChangedEvent = new
AutoResetEvent
(false);
441
m_nameChangedEvent = new
AutoResetEvent
(false);
648
m_presenceChangedEvent = new
AutoResetEvent
(false);
862
m_appChangedEvent = new
AutoResetEvent
(false);
1076
m_objChangedEvent = new
AutoResetEvent
(false);
net\PeerToPeer\Collaboration\MyContact.cs (3)
75
PresenceChangedEvent = new
AutoResetEvent
(false);
241
AppChangedEvent = new
AutoResetEvent
(false);
404
ObjChangedEvent = new
AutoResetEvent
(false);
net\PeerToPeer\Collaboration\Peer.cs (1)
970
internal AutoResetEvent m_InviteEvent = new
AutoResetEvent
(false);
net\PeerToPeer\Collaboration\PeerApplication.cs (1)
249
m_appChangedEvent = new
AutoResetEvent
(false);
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
1037
s_nameChangedEvent = new
AutoResetEvent
(false);
net\PeerToPeer\Collaboration\PeerContact.cs (3)
1231
m_appChangedEvent = new
AutoResetEvent
(false);
1481
m_objChangedEvent = new
AutoResetEvent
(false);
1735
m_presenceChangedEvent = new
AutoResetEvent
(false);
net\PeerToPeer\Collaboration\PeerEndPoint.cs (1)
214
m_nameChangedEvent = new
AutoResetEvent
(false);
net\PeerToPeer\Collaboration\PeerNearMe.cs (2)
244
AutoResetEvent refreshedEPDataEvent = new
AutoResetEvent
(false);
554
s_peerNearMeChangedEvent = new
AutoResetEvent
(false);
net\PeerToPeer\Collaboration\PeerObject.cs (1)
201
m_objChangedEvent = new
AutoResetEvent
(false);
net\PeerToPeer\PeerNameResolver.cs (1)
94
internal AutoResetEvent m_EndPointInfoAvailableEvent = new
AutoResetEvent
(false);
System.Runtime.Remoting (4)
channels\core\socketcache.cs (1)
368
_socketTimeoutWaitHandle = new
AutoResetEvent
(false);
channels\http\httpserverchannel.cs (1)
69
private AutoResetEvent _waitForStartListening = new
AutoResetEvent
(false);
channels\ipc\ipcserverchannel.cs (1)
55
private AutoResetEvent _waitForStartListening = new
AutoResetEvent
(false);
channels\ipc\portcache.cs (1)
55
_socketTimeoutWaitHandle = new
AutoResetEvent
(false);
System.ServiceModel (2)
System\ServiceModel\Channels\PeerHelpers.cs (1)
26
AutoResetEvent waiter = new
AutoResetEvent
(false);
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2573
AutoResetEvent completeEvent = new
AutoResetEvent
(false);
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
326
wait = new
AutoResetEvent
(false);
UIAutomationClient (2)
MS\Internal\Automation\QueueProcessor.cs (2)
56
_ev = new
AutoResetEvent
(false);
225
_ev = new
AutoResetEvent
(false);
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\QueueProcessor.cs (2)
42
_ev = new
AutoResetEvent
(false);
217
_ev = new
AutoResetEvent
(false);
WindowsBase (1)
Base\MS\Internal\Security\RightsManagement\CallbackHandler.cs (1)
46
_resetEvent = new
AutoResetEvent
(false); // initialized to a false non-signaled state