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)
1136SqlDebugContext sdc = _sdc; 1917if (null != _sdc) 1918CheckSQLDebug(_sdc);