1 write to _arraySize
System.Web (1)
BufferAllocator.cs (1)
192
_arraySize
= arraySize;
2 references to _arraySize
System.Web (2)
BufferAllocator.cs (2)
196
return new IntPtr[
_arraySize
];
201
return
_arraySize
;