6 references to ThisLock
System.Activities.DurableInstancing (6)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (6)
161
Monitor.Enter(
ThisLock
, ref lockTaken);
166
Monitor.Pulse(
ThisLock
);
167
Monitor.Exit(
ThisLock
);
179
Monitor.Enter(
ThisLock
, ref lockTaken);
185
Monitor.Wait(
ThisLock
);
189
Monitor.Exit(
ThisLock
);