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