1 write to canCreateInstance
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
757
this.
canCreateInstance
= canCreateInstance;
9 references to canCreateInstance
System.ServiceModel.Activities (9)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (9)
866
thisPtr.lockInstance = thisPtr.ppd.ConsistencyScope != DurableConsistencyScope.Local || !thisPtr.
canCreateInstance
;
884
this.result = this.loadAny ? null : this.ppd.LoadFromCache(this.key, this.suggestedIdOrId, this.
canCreateInstance
);
892
else if (this.ppd.store == null && !this.
canCreateInstance
)
953
Fx.Assert(this.
canCreateInstance
, "This case was taken care of in the constructor.");
961
if (this.
canCreateInstance
&& !this.lockInstance)
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
);
1108
if (!this.
canCreateInstance
)
1327
if (!thisPtr.isInstanceInitialized && thisPtr.
canCreateInstance
)