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