1 write to _version
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
807
_version
= sortedList.version;
5 references to _version
System.Collections.NonGeneric (5)
System\Collections\SortedList.cs (5)
818
if (
_version
!= _sortedList.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);
826
if (
_version
!= _sortedList.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);
845
if (
_version
!= _sortedList.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);
870
if (
_version
!= _sortedList.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);
878
if (
_version
!= _sortedList.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);