3 references to Contention
System.Private.CoreLib (3)
src\System\Threading\Monitor.CoreCLR.cs (3)
201else if (tryEnterResult == EnterHelperResult.Contention) 219else if (millisecondsTimeout == 0 && (tryEnterResult == EnterHelperResult.Contention)) 262else if (millisecondsTimeout == 0 && (tryEnterResult == EnterHelperResult.Contention))