2 writes to _tempChangeLog
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1928
_tempChangeLog
= _changeLog;
1942
_tempChangeLog
= s_emptyList;
2 references to _tempChangeLog
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1211
_tempChangeLog
.Clear();
1934
List<NotifyCollectionChangedEventArgs> unprocessedChanges = ProcessChangeLog(
_tempChangeLog
);