1 write to _version
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
1404
_version
= _dictionary._version;
2 references to _version
System.Collections (2)
System\Collections\Generic\OrderedDictionary.cs (2)
1430
if (
_version
!= dictionary._version)
1451
if (
_version
!= _dictionary._version)