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