1 write to _depth
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
93
_depth
= depth;
4 references to _depth
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (4)
90
if ((null != command) && (0 ==
_depth
)) {
100
if (0 ==
_depth
) { // MDAC 70886
142
return
_depth
;
649
if ((null != cmd) && (0 ==
_depth
)) {