3 references to TryEnter_FastPath_WithTimeout
System.Private.CoreLib (3)
src\System\Threading\Monitor.CoreCLR.cs (3)
196EnterHelperResult tryEnterResult = TryEnter_FastPath_WithTimeout(obj, 0); 213EnterHelperResult tryEnterResult = TryEnter_FastPath_WithTimeout(obj, millisecondsTimeout); 257EnterHelperResult tryEnterResult = TryEnter_FastPath_WithTimeout(obj, millisecondsTimeout);