1 write to lockInstance
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
866thisPtr.lockInstance = thisPtr.ppd.ConsistencyScope != DurableConsistencyScope.Local || !thisPtr.canCreateInstance;
3 references to lockInstance
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (3)
954Fx.Assert(!this.lockInstance, "Should not be able to try to async lock the instance if there's no factory/store."); 961if (this.canCreateInstance && !this.lockInstance) 972Fx.Assert(this.lockInstance, "To get here async, lockInstance must be true.");