12 writes to version
System.Collections (12)
System\Collections\Generic\SortedSet.cs (9)
310
version
++;
324
version
++;
398
version
++;
504
++
version
;
767
internal void UpdateVersion() => ++
version
;
858
version
++;
909
version
++;
1038
version
++;
1578
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)
1536
info.AddValue(VersionName,
version
);
1848
_version = set.
version
;
1898
if (_version != _tree.
version
)
1964
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
;