2 references to _priority
System.Private.CoreLib (2)
src\System\Threading\Thread.CoreCLR.cs (2)
102if (StartInternal(GetNativeHandle(), _startHelper?._maxStackSize ?? 0, _priority, _isThreadPool ? Interop.BOOL.TRUE : Interop.BOOL.FALSE, pThreadName, ObjectHandleOnStack.Create(ref exception)) == Interop.BOOL.FALSE) 279return (ThreadPriority)_priority;