Implemented interface member:
method
TryTake
System.Collections.Concurrent.IProducerConsumerCollection<T>.TryTake(out T)
3 references to TryTake
System.Web (3)
HttpApplicationFactory.cs (3)
356if (!_freeList.TryTake(out app)) { 400if (!_specialFreeList.TryTake(out app)) { 570if(freeList.TryTake(out appToDispose)) {