1 write to _arrayLength
PresentationCore (1)
MS\Internal\Shaping\UshortList2.cs (1)
279_arrayLength = arrayLength;
3 references to _arrayLength
PresentationCore (3)
MS\Internal\Shaping\UshortList2.cs (3)
287Invariant.Assert(index >= 0 && index < _arrayLength); 292Invariant.Assert(index >= 0 && index < _arrayLength); 299get { return _arrayLength; }