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