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