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