5 writes to _size
mscorlib (5)
system\collections\queue.cs (5)
68
_size
= 0;
92
q.
_size
= _size;
129
_size
= 0;
172
_size
++;
194
_size
--;
20 references to _size
mscorlib (20)
system\collections\queue.cs (20)
87
get { return
_size
; }
91
Queue q = new Queue(
_size
);
92
q._size =
_size
;
94
int numToCopy =
_size
;
121
Array.Clear(_array, _head,
_size
);
146
if (arrayLen - index <
_size
)
149
int numToCopy =
_size
;
162
if (
_size
== _array.Length) {
229
int count =
_size
;
255
Object[] arr = new Object[
_size
];
256
if (
_size
==0)
260
Array.Copy(_array, _head, arr, 0,
_size
);
274
if (
_size
> 0) {
276
Array.Copy(_array, _head, newarray, 0,
_size
);
285
_tail = (
_size
== capacity) ? 0 :
_size
;
291
SetCapacity(
_size
);
405
if (_q.
_size
== 0)
425
if (_index == _q.
_size
)
445
if (_q.
_size
== 0)