1 write to m_lock
System.Workflow.Runtime (1)
Lock.cs (1)
196this.m_lock = theLock;
7 references to m_lock
System.Workflow.Runtime (7)
Lock.cs (7)
211Monitor.Enter(this.m_lock); 215HeldLocks.Add(this.m_lock); 222Monitor.Exit(this.m_lock); 230Monitor.Pulse(this.m_lock); 235Monitor.Wait(this.m_lock); 244HeldLocks.Remove(this.m_lock); 248Monitor.Exit(this.m_lock);