4 writes to _current
System.Private.Windows.Core (4)
System\Private\Windows\Ole\FormatEnumerator.cs (4)
23
_current
= source._current;
76
_current
++;
87
_current
+= celt;
93
_current
= 0;
4 references to _current
System.Private.Windows.Core (4)
System\Private\Windows\Ole\FormatEnumerator.cs (4)
23
_current = source.
_current
;
57
if (
_current
>= _formats.Count || celt <= 0)
64
ComTypes.FORMATETC current = _formats[
_current
];
82
if (
_current
+ celt >= _formats.Count)