1 write to _version
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
766
_version
= _sortedList.version;
2 references to _version
System.Collections (2)
System\Collections\Generic\SortedList.cs (2)
794
if (
_version
!= _sortedList.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);
860
if (
_version
!= _sortedList.version)