2 writes to _threadID
System.Threading (2)
System\Threading\ReaderWriterLock.cs (2)
672
lockCookie.
_threadID
= threadID;
876
lockCookie.
_threadID
= threadID;
5 references to _threadID
System.Threading (5)
System\Threading\LockCookie.cs (3)
20
(int)_flags + _readerLevel + _writerLevel +
_threadID
;
29
_threadID
== obj.
_threadID
;
System\Threading\ReaderWriterLock.cs (2)
757
lockCookie.
_threadID
!= threadID ||
915
if (lockCookie.
_threadID
!= threadID)