6 references to ARRAY_SIZE
System.Web (6)
Hosting\ISAPIWorkerRequest.cs (6)
36s_IntegerArrayAllocator = new IntegerArrayAllocator(ARRAY_SIZE, MAX_FREE_ARRAYS); 37s_IntPtrArrayAllocator = new IntPtrArrayAllocator(ARRAY_SIZE, MAX_FREE_ARRAYS); 41if( minimumLength <= ARRAY_SIZE ) 48if( minimumLength <= ARRAY_SIZE ) 55if (array != null && array.Length == ARRAY_SIZE) 60if (array != null && array.Length == ARRAY_SIZE)