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