2 writes to _indexer
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (2)
176
IndexedEnumerable indexer = (IndexedEnumerable) Interlocked.Exchange(ref
_indexer
, null);
1065
Interlocked.CompareExchange(ref
_indexer
, newIndexer, null);
2 references to _indexer
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (2)
1062
if (
_indexer
== null)
1068
return
_indexer
;