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