1 write to loadAny
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
761this.loadAny = loadAny;
4 references to loadAny
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (4)
884this.result = this.loadAny ? null : this.ppd.LoadFromCache(this.key, this.suggestedIdOrId, this.canCreateInstance); 974InstancePersistenceCommand loadCommand = this.ppd.CreateLoadCommandHelper(this.key, out this.handle, this.canCreateInstance, this.suggestedIdOrId, this.associatedKeys, this.loadAny); 1042if (thisPtr.loadAny) 1059this.result = this.loadAny ? null : this.ppd.LoadFromCache(this.key, this.suggestedIdOrId, this.canCreateInstance);