2 writes to _list
PresentationFramework (2)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (2)
366
_list
= null;
494
_list
= collection as IList;
1 reference to _list
PresentationFramework (1)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (1)
293
get { return
_list
; }