2 writes to _enumerableWrapper
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionView.cs (2)
1452IndexedEnumerable wrapper = (IndexedEnumerable) Interlocked.Exchange(ref _enumerableWrapper, null); 1768Interlocked.CompareExchange(ref _enumerableWrapper, newWrapper, null);
2 references to _enumerableWrapper
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionView.cs (2)
1765if (_enumerableWrapper == null) 1771return _enumerableWrapper;