1 write to key
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
755
this.
key
= key;
10 references to key
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);
895
if (this.
key
!= null)
897
throw FxTrace.Exception.AsError(new InstanceKeyNotReadyException(null, this.
key
));
908
waitHandle = this.ppd.LoadInProgressWaitHandle(this.
key
);
957
this.context = new PersistenceContext(this.ppd, this.suggestedIdOrId == Guid.Empty ? Guid.NewGuid() : this.suggestedIdOrId, this.
key
, this.associatedKeys);
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);
1216
if (this.
key
== null)
1222
this.ppd.keyMap.TryGetValue(this.
key
.Value, out this.result);
1323
thisPtr.ppd.LoadInProgressFinished(thisPtr.
key
);