4 instantiations of LoadOrCreateAsyncResult
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (4)
165return new LoadOrCreateAsyncResult(this, key, Guid.Empty, false, 178return new LoadOrCreateAsyncResult(this, null, instanceId, false, 205return new LoadOrCreateAsyncResult(this, key, suggestedId, true, 213return new LoadOrCreateAsyncResult(this, null, instanceId, true,
24 references to LoadOrCreateAsyncResult
System.ServiceModel.Activities (24)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (24)
188return LoadOrCreateAsyncResult.End(result, out fromCache); 220return LoadOrCreateAsyncResult.End(result, out fromCache); 770OnCompleting = LoadOrCreateAsyncResult.onComplete; 775LoadOrCreateAsyncResult.PromoteTransaction(this.transaction); 820LoadOrCreateAsyncResult thisPtr = End<LoadOrCreateAsyncResult>(result); 828LoadOrCreateAsyncResult thisPtr = (LoadOrCreateAsyncResult)state; 863LoadOrCreateAsyncResult thisPtr = (LoadOrCreateAsyncResult)result.AsyncState; 980executeResult = this.ppd.store.BeginExecute(this.handle, loadCommand, this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(LoadOrCreateAsyncResult.HandleExecute), this); 1020LoadOrCreateAsyncResult thisPtr = (LoadOrCreateAsyncResult)result.AsyncState; 1074ActionItem.Schedule(LoadOrCreateAsyncResult.handleLoadRetry, this); 1081LoadOrCreateAsyncResult thisPtr = (LoadOrCreateAsyncResult)state; 1142loadResult = this.pipeline.BeginLoad(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(LoadOrCreateAsyncResult.handleLoadPipeline), this); 1168LoadOrCreateAsyncResult thisPtr = (LoadOrCreateAsyncResult)result.AsyncState; 1187result = this.context.BeginEnlist(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(LoadOrCreateAsyncResult.handleContextEnlist), this); 1194LoadOrCreateAsyncResult thisPtr = (LoadOrCreateAsyncResult)result.AsyncState; 1296LoadOrCreateAsyncResult thisPtr = (LoadOrCreateAsyncResult)result;