4 writes to _current
System.Collections.NonGeneric (4)
System\Collections\SortedList.cs (4)
809
_current
= false;
832
_current
= true;
837
_current
= false;
880
_current
= false;
4 references to _current
System.Collections.NonGeneric (4)
System\Collections\SortedList.cs (4)
819
if (
_current
== false) throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen);
846
if (
_current
== false) throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen);
855
if (
_current
== false) throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen);
871
if (
_current
== false) throw new InvalidOperationException(SR.InvalidOperation_EnumOpCantHappen);