2 writes to createHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
59this.createHandler = new CreateHandler(this); 111this.createHandler = new CreateHandler(this);
2 references to createHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
317return new OperationAsyncResult(this.createHandler, this, id, timeout, callback, state, instance, unlockInstance); 383PerformOperation(this.createHandler, id, timeout, instance, unlockInstance);