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)
257if (_current < _end) 267if (_current < _start) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted)); 268if (_current > _end) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumEnded)); 269return new CLRIKeyValuePairImpl<TKey, TValue>(ref _array[_current]);