2 writes to _tempChangeLog
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionView.cs (2)
1971
_tempChangeLog
= _changeLog;
1985
_tempChangeLog
= EmptyArrayList;
2 references to _tempChangeLog
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionView.cs (2)
1229
_tempChangeLog
.Clear();
1977
ICollection unprocessedChanges = ProcessChangeLog(
_tempChangeLog
);