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