1 write to _version
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
1401
_version
= _dictionary._version;
2 references to _version
System.Collections (2)
System\Collections\Generic\OrderedDictionary.cs (2)
1427
if (
_version
!= dictionary._version)
1448
if (
_version
!= _dictionary._version)