2 writes to _batchCommand
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (2)
51
_batchCommand
= new SqlCommand();
243
_batchCommand
= null;
2 references to _batchCommand
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (2)
56
SqlCommand command =
_batchCommand
;
241
SqlCommand command =
_batchCommand
;