1 write to syncLock
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\LoadRetryHandler.cs (1)
21
this.
syncLock
= new object();
4 references to syncLock
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\LoadRetryHandler.cs (4)
30
lock (this.
syncLock
)
49
lock (this.
syncLock
)
74
lock (this.
syncLock
)
94
lock (this.
syncLock
)