2 writes to _indexer
PresentationFramework (2)
MS\Internal\Data\CollectionViewProxy.cs (2)
171
IndexedEnumerable indexer = (IndexedEnumerable)Interlocked.Exchange(ref
_indexer
, null);
1059
Interlocked.CompareExchange(ref
_indexer
, newIndexer, null);
2 references to _indexer
PresentationFramework (2)
MS\Internal\Data\CollectionViewProxy.cs (2)
1056
if (
_indexer
== null)
1062
return
_indexer
;