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