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