5 writes to index
mscorlib (5)
system\collections\generic\dictionary.cs (5)
711
index
= 0;
726
index
++;
729
index
++;
732
index
= dictionary.count + 1;
763
index
= 0;
12 references to index
mscorlib (12)
system\collections\generic\dictionary.cs (12)
723
while ((uint)
index
< (uint)dictionary.count) {
724
if (dictionary.entries[
index
].hashCode >= 0) {
725
current = new KeyValuePair<TKey, TValue>(dictionary.entries[
index
].key, dictionary.entries[
index
].value);
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)) {