2 references to NewCommand
System.Workflow.Runtime (2)
Hosting\DbResourceAllocator.cs (1)
224
return
NewCommand
(null, dbConnection, null);
Hosting\SqlWorkflowPersistenceService.cs (1)
564
DbCommand command = DbResourceAllocator.
NewCommand
(commandText, this.connection, this.localTransaction);