5 writes to IsLocked
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (5)
98IsLocked = locked; 860this.persistenceContext.IsLocked = false; 864this.persistenceContext.IsLocked = this.saveStatus != SaveStatus.Unlocked; 911thisPtr.persistenceContext.IsLocked = thisPtr.saveStatus == SaveStatus.Locked; 1072this.persistenceContext.IsLocked = false;
5 references to IsLocked
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (5)
106if (IsInitialized || IsLocked) 194Fx.Assert(!IsInitialized || IsLocked, "Should not be visible if initialized and not locked."); 795Fx.Assert(!this.persistenceContext.IsInitialized || this.persistenceContext.IsLocked, 996if (this.persistenceContext.store != null && this.persistenceContext.IsLocked) 1147Fx.Assert(!this.persistenceContext.IsInitialized || this.persistenceContext.IsLocked,