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