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