5 writes to _version
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
464
_version
++;
537
_version
++;
786
_version
++;
860
_version
++;
884
_version
++;
3 references to _version
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
1404
_version = _dictionary.
_version
;
1430
if (_version != dictionary.
_version
)
1451
if (_version != _dictionary.
_version
)