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