7 writes to current
System (7)
compmod\system\collections\generic\sortedset.cs (7)
2179
current
= null;
2196
current
= null;
2209
current
= null;
2245
current
= null;
2263
current
= null;
2291
current
= null;
2295
current
= stack.Pop();
9 references to current
System (9)
compmod\system\collections\generic\sortedset.cs (9)
2228
info.AddValue(NodeValueName, (
current
== null ? dummyNode.Item :
current
.Item), typeof(T));
2296
SortedSet<T>.Node node = (reverse ?
current
.Left :
current
.Right);
2318
if (
current
!= null) {
2319
return
current
.Item;
2327
if (
current
== null) {
2331
return
current
.Item;
2337
return
current
== null;