4 references to NewCommand
System.Workflow.Runtime (4)
Tracking\SqlTrackingService.cs (4)
276
DbCommand cmd = this._dbResourceAllocator.
NewCommand
();
367
cmd = this._dbResourceAllocator.
NewCommand
();
626
DbCommand cmd = this._dbResourceAllocator.
NewCommand
();
2007
DbCommand command = DbResourceAllocator.
NewCommand
();