1 write to _arraySize
System.Web (1)
BufferAllocator.cs (1)
169
_arraySize
= arraySize;
2 references to _arraySize
System.Web (2)
BufferAllocator.cs (2)
173
return new int[
_arraySize
];
178
return
_arraySize
;