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