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