2 writes to _sdc
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
1137
_sdc
= null;
1909
_sdc
= sdc;
3 references to _sdc
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (3)
1136
SqlDebugContext sdc =
_sdc
;
1917
if (null !=
_sdc
)
1918
CheckSQLDebug(
_sdc
);