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