3 writes to _current
mscorlib (3)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (3)
252
_current
= _start - 1;
259
_current
++;
281
_current
= _start - 1;
4 references to _current
mscorlib (4)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (4)
257
if (
_current
< _end)
267
if (
_current
< _start) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted));
268
if (
_current
> _end) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumEnded));
269
return new CLRIKeyValuePairImpl<TKey, TValue>(ref _array[
_current
]);