8 references to _freeList
System.Web (8)
HttpApplicationFactory.cs (8)
356if (!_freeList.TryTake(out app)) { 374_freeList.Add(app); 378int freeAppInstances = _freeList.Count; 385DisposeHttpApplicationInstances(_freeList, trimCount); 544DisposeHttpApplicationInstances(_freeList, _freeList.Count); 619DisposeHttpApplicationInstances(_theApplicationFactory._freeList, _theApplicationFactory._freeList.Count);