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