3 writes to _head
PresentationCore (3)
Graphics\include\exports.cs (3)
1500_head = new Entry(key, value); 1544_head = new Entry(); 1565_head = others[1 - index];
21 references to _head
PresentationCore (21)
Graphics\include\exports.cs (21)
1442return _head._key == null; 1454if (_head._key != null) 1456if (_head._key == key) 1462if (_head._value.IsNull) 1464List<Entry> others = (List<Entry>)(_head._key); 1490_head._value = value; 1498if (_head._key == null) 1505if (!_head._value.IsNull) 1511others.Add(_head); 1516_head._key = others; 1517_head._value = DUCE.ResourceHandle.Null; 1523((List<Entry>)(_head._key)).Add(new Entry(key, value)); 1529((List<Entry>)(_head._key))[index] = new Entry(key, value); 1552List<Entry> others = (List<Entry>)_head._key; 1590value = _head._value; 1597value = ((List<Entry>)_head._key)[index]._value; 1612if (_head._key == null) 1616else if (!_head._value.IsNull) 1622return ((List<Entry>)_head._key).Count; 1639return _head._key; 1642return ((List<Entry>)_head._key)[index]._key;