4 writes to tid
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (4)
1943sdc.tid = tid; 1946sdc.tid = 0; // reset so that the first successful time through, we notify the server of the context switch 1966sdc.tid = tid; 1971sdc.tid = 0;
2 references to tid
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
1965if (sdc.tid != tid) { 1968IssueSQLDebug(TdsEnums.SQLDEBUG_CONTEXT, null, sdc.pid, sdc.tid, null, null);