1 write to store
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
94this.store = store;
15 references to store
System.ServiceModel.Activities (15)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (15)
146return (this.store != null); 359if (this.store != null) 736if (this.persistenceContext.store != null) 806if (this.persistenceContext.store != null) 844IAsyncResult result = this.persistenceContext.store.BeginExecute( 909thisPtr.persistenceContext.store.EndExecute(result); 996if (this.persistenceContext.store != null && this.persistenceContext.IsLocked) 1000IAsyncResult result = this.persistenceContext.store.BeginExecute( 1066thisPtr.persistenceContext.store.EndExecute(result); 1208thisPtr.persistenceContext.store.EndExecute(result); 1239if (thisPtr.persistenceContext.store != null) 1258beginExecuteResult = thisPtr.persistenceContext.store.BeginExecute( 1343if (this.persistenceContext.store != null) 1351IAsyncResult result = this.persistenceContext.store.BeginExecute( 1404thisPtr.persistenceContext.store.EndExecute(result);