1 write to instanceManager
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
1039
this.
instanceManager
= instanceManager;
7 references to instanceManager
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (7)
1046
if (currentTransaction == null && this.
instanceManager
.Host.IsLoadTransactionRequired)
1167
nextResult = this.
instanceManager
.PersistenceProviderDirectory.BeginLoadOrCreate(
1174
nextResult = this.
instanceManager
.PersistenceProviderDirectory.BeginLoadOrCreate(
1184
nextResult = this.
instanceManager
.PersistenceProviderDirectory.BeginLoad(
1190
nextResult = this.
instanceManager
.PersistenceProviderDirectory.BeginLoad(
1234
thisPtr.persistenceContext = thisPtr.
instanceManager
.PersistenceProviderDirectory.EndLoadOrCreate(result, out fromCache);
1238
thisPtr.persistenceContext = thisPtr.
instanceManager
.PersistenceProviderDirectory.EndLoad(result, out fromCache);