10 references to IsLocked
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (10)
302Debug.Assert(new State(this).IsLocked); 365Debug.Assert(new State(this).IsLocked); 691Debug.Assert(!isHeld || new State(this).IsLocked); 732Debug.Assert(!isHeld || new State(this).IsLocked); 938Debug.Assert(!IsLocked); 1093Debug.Assert(!state.IsLocked); 1152if (!newState.IsLocked) 1218if (state.IsLocked) 1304if (state.IsLocked) 1364if (state.IsLocked)