1 write to t_threadId
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.NonNativeAot.cs (1)
75
t_threadId
= _id = id;
2 references to t_threadId
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.NonNativeAot.cs (2)
49
public static ThreadId Current_NoInitialize => new ThreadId(
t_threadId
);
54
Debug.Assert(
t_threadId
== 0);