12 writes to version
System.Collections (12)
System\Collections\Generic\SortedSet.cs (9)
310
version
++;
324
version
++;
398
version
++;
504
++
version
;
770
internal void UpdateVersion() => ++
version
;
861
version
++;
912
version
++;
1041
version
++;
1581
version
= siInfo.GetInt32(VersionName);
System\Collections\Generic\SortedSet.TreeSubSet.cs (3)
48
version
= -1;
109
version
= _underlying.version;
319
version
= _underlying.version;
12 references to version
System.Collections (12)
System\Collections\Generic\SortedSet.cs (4)
1539
info.AddValue(VersionName,
version
);
1851
_version = set.
version
;
1901
if (_version != _tree.
version
)
1967
if (_version != _tree.
version
)
System\Collections\Generic\SortedSet.TreeSubSet.cs (8)
34
return (
version
== _underlying.
version
);
109
version = _underlying.
version
;
316
if (
version
!= _underlying.
version
)
319
version = _underlying.
version
;
322
if (updateCount && _countVersion != _underlying.
version
)
326
_countVersion = _underlying.
version
;