2 instantiations of UpdateHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
60
this.updateHandler = new
UpdateHandler
(this);
112
this.updateHandler = new
UpdateHandler
(this);
1 reference to UpdateHandler
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
41
UpdateHandler
updateHandler;