3 writes to _priority
System.Private.CoreLib (3)
System\Threading\Thread.NativeAot.cs (3)
65_priority = ThreadPriority.Normal; 108currentThread._priority = currentThread.GetPriorityLive(); 258_priority = value;
2 references to _priority
System.Private.CoreLib (2)
System\Threading\Thread.NativeAot.cs (1)
234return _priority;
System\Threading\Thread.NativeAot.Unix.cs (1)
80SetPriorityLive(_priority);