4 writes to _current
System.Private.Windows.Core (4)
System\Private\Windows\Ole\FormatEnumerator.cs (4)
23
_current
= source._current;
80
_current
++;
91
_current
+= celt;
97
_current
= 0;
4 references to _current
System.Private.Windows.Core (4)
System\Private\Windows\Ole\FormatEnumerator.cs (4)
23
_current = source.
_current
;
55
if (
_current
>= _formats.Count || celt <= 0)
65
ComTypes.FORMATETC current = _formats[
_current
];
86
if (
_current
+ celt >= _formats.Count)