22 references to Pulse
mscorlib (2)
system\runtime\remoting\synchronizeddispatch.cs (1)
372Monitor.Pulse(nextWork);
system\threading\SemaphoreSlim.cs (1)
790Monitor.Pulse(m_lockObj);
System (4)
net\System\Net\_AutoWebProxyScriptEngine.cs (2)
109Monitor.Pulse(this); // This is to ensure that a Pulse meant to let someone take the lock isn't lost. 134Monitor.Pulse(this);
services\io\system\io\FileSystemWatcher.cs (2)
887System.Threading.Monitor.Pulse(this); 902System.Threading.Monitor.Pulse(this);
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
166Monitor.Pulse(ThisLock);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Validation\BackgroundValidationSynchronizer.cs (2)
313Monitor.Pulse(this.Parent.thisLock); 320Monitor.Pulse(this.Parent.thisLock);
System.Core (5)
System\Linq\Parallel\Merging\OrderPreservingPipeliningMergeHelper.cs (3)
364Monitor.Pulse(locks[i]); 421Monitor.Pulse(bufferLock); 483Monitor.Pulse(bufferLock);
System\Linq\Parallel\Scheduling\OrderPreservingPipeliningSpoolingTask.cs (2)
131Monitor.Pulse(m_bufferLock); 209Monitor.Pulse(m_bufferLock);
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\BackgroundValidationSynchronizer.cs (2)
313Monitor.Pulse(this.Parent.thisLock); 320Monitor.Pulse(this.Parent.thisLock);
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
600Monitor.Pulse(this.ThisLock); 778Monitor.Pulse(buffer.ThisLock);
System.ServiceModel.Internals (1)
System\Runtime\AsyncWaitHandle.cs (1)
174Monitor.Pulse(syncObject);
System.Transactions (1)
System\Transactions\TransactionState.cs (1)
2070System.Threading.Monitor.Pulse( tx );
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowSchedulerService.cs (1)
296Monitor.Pulse(waitingQueue);
Lock.cs (1)
230Monitor.Pulse(this.m_lock);