2 references to TryEnter_Slowpath
System.Private.CoreLib (2)
src\System\Threading\Monitor.CoreCLR.cs (2)
82
if (
TryEnter_Slowpath
(ObjectHandleOnStack.Create(ref obj), 0) != 0)
97
if (
TryEnter_Slowpath
(ObjectHandleOnStack.Create(ref obj), timeout) != 0)