2 writes to _list
PresentationFramework (2)
MS\Internal\Data\IndexedEnumerable.cs (2)
357
_list
= null;
485
_list
= collection as IList;
1 reference to _list
PresentationFramework (1)
MS\Internal\Data\IndexedEnumerable.cs (1)
284
get { return
_list
; }