1 write to handler
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1036this.handler = handler;
8 references to handler
System.WorkflowServices (8)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (8)
1040if (this.handler.ShortcutExecution) 1055this.handler.SetupCommand(this.command, this.id, additionalParameters); 1059if (this.handler.ExecuteReader) 1099SR2.GetString(SR2.PersistenceOperationError, this.handler.OperationName), e)); 1152SR2.GetString(SR2.PersistenceOperationError, operationResult.handler.OperationName), e); 1178if (this.handler.ExecuteReader) 1182this.instance = this.handler.ProcessReader(reader); 1192delayedException = this.handler.ProcessResult(resultCode, this.id, this.instance);