7 writes to isLocked
System.Activities (7)
System\Activities\WorkflowApplication.cs (7)
5817
this.
isLocked
= true;
5836
this.
isLocked
= true;
5947
this.
isLocked
= true;
5961
this.
isLocked
= true;
5967
this.
isLocked
= true;
5991
this.
isLocked
= true;
6002
this.
isLocked
= true;
3 references to isLocked
System.Activities (3)
System\Activities\WorkflowApplication.cs (3)
5620
return this.
isLocked
;
5960
this.store.Execute(this.handle, CreateSaveCommand(instance, (this.
isLocked
? this.mutableMetadata : this.instanceMetadata), operation), timeout);
5985
return this.store.BeginExecute(this.handle, CreateSaveCommand(instance, (this.
isLocked
? this.mutableMetadata : this.instanceMetadata), operation), timeout, callback, state);