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