3 references to GetCurrentThreadId
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
638
return new Guid(unchecked((uint)AppDomain.
GetCurrentThreadId
()),
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
1930
uint tid = (uint)AppDomain.
GetCurrentThreadId
(); // Sql Debugging doesn't need fiber support;
fx\src\data\System\Data\SqlClient\TdsParserStaticMethods.cs (1)
123
return AppDomain.
GetCurrentThreadId
(); // don't need this to be support fibres;