2 writes to _tempChangeLog
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1927
_tempChangeLog
= _changeLog;
1941
_tempChangeLog
= s_emptyList;
2 references to _tempChangeLog
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1210
_tempChangeLog
.Clear();
1933
List<NotifyCollectionChangedEventArgs> unprocessedChanges = ProcessChangeLog(
_tempChangeLog
);