1 write to _dictionary
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
1778
_dictionary
= dictionary;
9 references to _dictionary
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (9)
1787
if (_version !=
_dictionary
._version)
1794
while ((uint)_index < (uint)
_dictionary
._count)
1796
ref Entry entry = ref
_dictionary
._entries![_index++];
1805
_index =
_dictionary
._count + 1;
1818
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1834
if (_version !=
_dictionary
._version)
1847
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1860
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1873
if (_index == 0 || (_index ==
_dictionary
._count + 1))