2 writes to _tempChangeLog
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1937
_tempChangeLog
= _changeLog;
1951
_tempChangeLog
= s_emptyList;
2 references to _tempChangeLog
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1214
_tempChangeLog
.Clear();
1943
List<NotifyCollectionChangedEventArgs> unprocessedChanges = ProcessChangeLog(
_tempChangeLog
);