1 write to synchLock
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\InstanceLockTracking.cs (1)
19
this.
synchLock
= new object();
3 references to synchLock
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\InstanceLockTracking.cs (3)
30
lock (this.
synchLock
)
70
lock (this.
synchLock
)
92
lock (this.
synchLock
)