1 write to canCreateInstance
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
757this.canCreateInstance = canCreateInstance;
9 references to canCreateInstance
System.ServiceModel.Activities (9)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (9)
866thisPtr.lockInstance = thisPtr.ppd.ConsistencyScope != DurableConsistencyScope.Local || !thisPtr.canCreateInstance; 884this.result = this.loadAny ? null : this.ppd.LoadFromCache(this.key, this.suggestedIdOrId, this.canCreateInstance); 892else if (this.ppd.store == null && !this.canCreateInstance) 953Fx.Assert(this.canCreateInstance, "This case was taken care of in the constructor."); 961if (this.canCreateInstance && !this.lockInstance) 974InstancePersistenceCommand loadCommand = this.ppd.CreateLoadCommandHelper(this.key, out this.handle, this.canCreateInstance, this.suggestedIdOrId, this.associatedKeys, this.loadAny); 1059this.result = this.loadAny ? null : this.ppd.LoadFromCache(this.key, this.suggestedIdOrId, this.canCreateInstance); 1108if (!this.canCreateInstance) 1327if (!thisPtr.isInstanceInitialized && thisPtr.canCreateInstance)