5 writes to _location
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.EnumUnknown.cs (5)
19
_location
= 0;
25
_location
= location;
52
for (; _location < _size && fetched < celt; ++
_location
)
72
_location
+= (int)celt;
78
_location
= 0;
6 references to _location
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.EnumUnknown.cs (6)
46
if (
_location
>= _size)
52
for (;
_location
< _size && fetched < celt; ++_location)
54
if (_array![
_location
] is not null)
56
*rgelt = ComHelpers.GetComPointer<IUnknown>(_array[
_location
]);
73
return
_location
>= _size ? HRESULT.S_FALSE : HRESULT.S_OK;
89
*ppenum = ComHelpers.GetComPointer<IEnumUnknown>(new EnumUnknown(_array,
_location
));