1 instantiation of SqlDebugContext
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
1895SqlDebugContext sdc = new SqlDebugContext();
5 references to SqlDebugContext
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (5)
267private SqlDebugContext _sdc; // SQL Debugging support 1136SqlDebugContext sdc = _sdc; 1895SqlDebugContext sdc = new SqlDebugContext(); 1925private void CheckSQLDebug(SqlDebugContext sdc) { 2149static private void RefreshMemoryMappedData(SqlDebugContext sdc) {