2 instantiations of LoadHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
58
this.loadHandler = new
LoadHandler
(this);
110
this.loadHandler = new
LoadHandler
(this);
1 reference to LoadHandler
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
37
LoadHandler
loadHandler;