2 writes to suggestedIdOrId
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
756
this.
suggestedIdOrId
= suggestedIdOrId;
965
this.
suggestedIdOrId
= Guid.NewGuid();
10 references to suggestedIdOrId
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (10)
884
this.result = this.loadAny ? null : this.ppd.LoadFromCache(this.key, this.
suggestedIdOrId
, this.canCreateInstance);
901
throw FxTrace.Exception.AsError(new InstanceNotReadyException(null, this.
suggestedIdOrId
));
957
this.context = new PersistenceContext(this.ppd, this.
suggestedIdOrId
== Guid.Empty ? Guid.NewGuid() : this.
suggestedIdOrId
, this.key, this.associatedKeys);
963
if (this.
suggestedIdOrId
== Guid.Empty)
967
this.handle = this.ppd.store.CreateInstanceHandle(this.ppd.owner, this.
suggestedIdOrId
);
974
InstancePersistenceCommand loadCommand = this.ppd.CreateLoadCommandHelper(this.key, out this.handle, this.canCreateInstance, this.
suggestedIdOrId
, this.associatedKeys, this.loadAny);
1059
this.result = this.loadAny ? null : this.ppd.LoadFromCache(this.key, this.
suggestedIdOrId
, this.canCreateInstance);
1115
this.context = new PersistenceContext(this.ppd, this.ppd.store, this.handle, this.
suggestedIdOrId
, null, true, false, null, null);
1218
this.ppd.instanceCache.TryGetValue(this.
suggestedIdOrId
, out this.result);