3 writes to _trackingForClose
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (3)
226
_trackingForClose
= false;
474
_trackingForClose
= false;
1193
_trackingForClose
= true;
2 references to _trackingForClose
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (2)
224
if (
_trackingForClose
) {
1192
if (!
_trackingForClose
) {