5 writes to _version
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
469
_version
++;
542
_version
++;
791
_version
++;
865
_version
++;
889
_version
++;
3 references to _version
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
1409
_version = _dictionary.
_version
;
1435
if (_version != dictionary.
_version
)
1456
if (_version != _dictionary.
_version
)