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