1 write to count
Microsoft.Build (1)
Collections\ArrayDictionary.cs (1)
100
count
+= 1;
9 references to count
Microsoft.Build (9)
Collections\ArrayDictionary.cs (9)
49
for (int i = 0; i <
count
; i++)
84
public int Count =>
count
;
96
if (
count
< keys.Length)
98
keys[
count
] = key;
99
values[
count
] = value;
122
for (int i = 0; i <
count
; i++)
136
for (int i = 0; i <
count
; i++)
149
for (int i = 0; i <
count
; i++)
185
for (int i = 0; i <
count
; i++)