6 references to NewCommand
System.Workflow.Runtime (6)
Hosting\DbResourceAllocator.cs (1)
219return DbResourceAllocator.NewCommand(dbConnection);
Tracking\SqlTrackingService.cs (5)
826command = DbResourceAllocator.NewCommand(connection); 850command = DbResourceAllocator.NewCommand(connection); 965command = DbResourceAllocator.NewCommand(connection); 1161DbCommand command = DbResourceAllocator.NewCommand(conn); 1337DbCommand command = DbResourceAllocator.NewCommand(conn);