13 references to State
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (13)
302
Debug.Assert(new
State
(this).IsLocked);
365
Debug.Assert(new
State
(this).IsLocked);
544
if (!waitEvent.WaitOneNoCheck(remainingTimeoutMs, new
State
(this).UseTrivialWaits))
691
Debug.Assert(!isHeld || new
State
(this).IsLocked);
732
Debug.Assert(!isHeld || new
State
(this).IsLocked);
870
Debug.Assert(!new
State
(this).UseTrivialWaits);
876
Debug.Assert(!new
State
(this).UseTrivialWaits);
1075
var state = new
State
(lockObj);
1132
var state = new
State
(lockObj);
1182
var state = new
State
(lockObj);
1242
var state = new
State
(lockObj);
1298
var state = new
State
(lockObj);
1413
var state = new
State
(lockObj);