1 write to _dictionary
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
1779_dictionary = dictionary;
9 references to _dictionary
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (9)
1788if (_version != _dictionary._version) 1795while ((uint)_index < (uint)_dictionary._count) 1797ref Entry entry = ref _dictionary._entries![_index++]; 1806_index = _dictionary._count + 1; 1819if (_index == 0 || (_index == _dictionary._count + 1)) 1835if (_version != _dictionary._version) 1848if (_index == 0 || (_index == _dictionary._count + 1)) 1861if (_index == 0 || (_index == _dictionary._count + 1)) 1874if (_index == 0 || (_index == _dictionary._count + 1))