1 write to lockObject
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (1)
33
this.
lockObject
= new object();
7 references to lockObject
System.WorkflowServices (7)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (7)
51
lock (this.
lockObject
)
81
lock (this.
lockObject
)
102
lock (this.
lockObject
)
129
lock (this.
lockObject
)
152
lock (this.
lockObject
)
271
lock (this.
lockObject
)
291
lock (this.
lockObject
)