5 writes to _version
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
470
_version
++;
543
_version
++;
788
_version
++;
859
_version
++;
883
_version
++;
3 references to _version
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
1401
_version = _dictionary.
_version
;
1427
if (_version != dictionary.
_version
)
1448
if (_version != _dictionary.
_version
)