4 references to CurrentOSThreadId
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4304
osThreadId = (long)Thread.
CurrentOSThreadId
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (1)
502
OsThreadId = Thread.
CurrentOSThreadId
;
System\RuntimeExceptionHelpers.cs (2)
206
crashInfo.Open(reason, Thread.
CurrentOSThreadId
, message ?? GetStringForFailFastReason(reason));
234
ulong currentThreadId = Thread.
CurrentOSThreadId
;