5 writes to _version
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
470
_version
++;
543
_version
++;
792
_version
++;
866
_version
++;
890
_version
++;
3 references to _version
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
1410
_version = _dictionary.
_version
;
1436
if (_version != dictionary.
_version
)
1457
if (_version != _dictionary.
_version
)