1 write to store
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
51this.store = store;
15 references to store
System.ServiceModel.Activities (15)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (15)
349if (this.store == null) 379Fx.Assert(this.store != null, "When there is no store, exception should have already been thrown before we get here."); 512handle = this.store.CreateInstanceHandle(this.owner); 518handle = this.store.CreateInstanceHandle(this.owner); 564handle = this.store.CreateInstanceHandle(this.owner, suggestedIdOrId == Guid.Empty ? Guid.NewGuid() : suggestedIdOrId); 892else if (this.ppd.store == null && !this.canCreateInstance) 951if (this.ppd.store == null) 967this.handle = this.ppd.store.CreateInstanceHandle(this.ppd.owner, this.suggestedIdOrId); 980executeResult = this.ppd.store.BeginExecute(this.handle, loadCommand, this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(LoadOrCreateAsyncResult.HandleExecute), this); 1024thisPtr.view = thisPtr.ppd.store.EndExecute(result); 1115this.context = new PersistenceContext(this.ppd, this.ppd.store, this.handle, this.suggestedIdOrId, null, true, false, null, null); 1119this.context = new PersistenceContext(this.ppd, this.ppd.store, this.handle, this.view.InstanceId, this.view.InstanceKeys.Values.Select((keyView) => new InstanceKey(keyView.InstanceKey, keyView.InstanceKeyMetadata)), true, true, this.view, null); 1128this.context = new PersistenceContext(this.ppd, this.ppd.store, this.handle, this.view.InstanceId, this.view.InstanceKeys.Values.Select((keyView) => new InstanceKey(keyView.InstanceKey, keyView.InstanceKeyMetadata)), false, true, this.view, this.updatedIdentity); 1214if (this.ppd.store == null) 1271Fx.Assert(this.ppd.store != null, "When there is no store, exception should have already been thrown before we get here.");