4 references to TryEnter_Inlined
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (4)
89
int currentThreadId =
TryEnter_Inlined
(timeoutMs: -1);
96
int currentThreadId =
TryEnter_Inlined
(timeoutMs: -1);
178
public bool TryEnter() =>
TryEnter_Inlined
(timeoutMs: 0) != UninitializedThreadId;
242
private bool TryEnter_Outlined(int timeoutMs) =>
TryEnter_Inlined
(timeoutMs) != UninitializedThreadId;