2 writes to loadHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
58
this.
loadHandler
= new LoadHandler(this);
110
this.
loadHandler
= new LoadHandler(this);
2 references to loadHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
336
return new OperationAsyncResult(this.
loadHandler
, this, id, timeout, callback, state, lockInstance);
536
return PerformOperation(this.
loadHandler
, id, timeout, lockInstance);