1 write to _arrayLength
PresentationCore (1)
MS\Internal\Shaping\UshortList2.cs (1)
278
_arrayLength
= arrayLength;
3 references to _arrayLength
PresentationCore (3)
MS\Internal\Shaping\UshortList2.cs (3)
286
Invariant.Assert(index >= 0 && index <
_arrayLength
);
291
Invariant.Assert(index >= 0 && index <
_arrayLength
);
298
get { return
_arrayLength
; }