1 write to _dictionary
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
1887
_dictionary
= dictionary;
9 references to _dictionary
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (9)
1896
if (_version !=
_dictionary
._version)
1903
while ((uint)_index < (uint)
_dictionary
._count)
1905
ref Entry entry = ref
_dictionary
._entries![_index++];
1914
_index =
_dictionary
._count + 1;
1927
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1943
if (_version !=
_dictionary
._version)
1956
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1969
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1982
if (_index == 0 || (_index ==
_dictionary
._count + 1))