3 references to TryEnter
Microsoft.Extensions.Http (1)
DefaultHttpClientFactory.cs (1)
255if (!Monitor.TryEnter(_cleanupActiveLock))
MSBuildTaskHost (2)
Concurrent\ConcurrentDictionary.cs (2)
177lockTaken = Monitor.TryEnter(tables._locks[lockNo]); 505lockTaken = Monitor.TryEnter(locks[i]);