3 writes to _storage
PresentationCore (3)
MS\Internal\Shaping\UshortList2.cs (3)
29_storage = new UshortArray(capacity, leap); 35_storage = new UshortArray(array); 40_storage = new UnsafeUshortArray(unsafeArray, arrayLength);
7 references to _storage
PresentationCore (7)
MS\Internal\Shaping\UshortList2.cs (7)
49return _storage[_index + index]; 54_storage[_index + index] = value; 80Invariant.Assert(length >= 0 && (index + length) <= _storage.Length, "List out of storage"); 95_storage.Insert(_index + index, count, _index + _length); 110_storage.Remove(_index + index, count, _index + _length); 116return _storage.ToArray(); 121return _storage.GetSubsetCopy(_index,_length);