2 writes to count
mscorlib (2)
system\collections\generic\dictionary.cs (2)
221
count
= 0;
360
count
++;
30 references to count
mscorlib (30)
system\collections\generic\dictionary.cs (30)
132
get { return
count
- freeCount; }
217
if (
count
> 0) {
219
Array.Clear(entries, 0,
count
);
233
for (int i = 0; i <
count
; i++) {
239
for (int i = 0; i <
count
; i++) {
259
int count = this.
count
;
354
if (
count
== entries.Length)
359
index =
count
;
440
Resize(HashHelpers.ExpandPrime(
count
), false);
448
Array.Copy(entries, 0, newEntries, 0,
count
);
450
for (int i = 0; i <
count
; i++) {
456
for (int i = 0; i <
count
; i++) {
556
for (int i = 0; i <
count
; i++) {
569
int count = this.
count
;
723
while ((uint)index < (uint)dictionary.
count
) {
732
index = dictionary.
count
+ 1;
746
if( index == 0 || (index == dictionary.
count
+ 1)) {
769
if( index == 0 || (index == dictionary.
count
+ 1)) {
779
if( index == 0 || (index == dictionary.
count
+ 1)) {
789
if( index == 0 || (index == dictionary.
count
+ 1)) {
829
int count = dictionary.
count
;
900
int count = dictionary.
count
;
944
while ((uint)index < (uint)dictionary.
count
) {
953
index = dictionary.
count
+ 1;
966
if( index == 0 || (index == dictionary.
count
+ 1)) {
1016
int count = dictionary.
count
;
1086
int count = dictionary.
count
;
1130
while ((uint)index < (uint)dictionary.
count
) {
1138
index = dictionary.
count
+ 1;
1151
if( index == 0 || (index == dictionary.
count
+ 1)) {