1 write to _size
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.EnumUnknown.cs (1)
20_size = (array is null) ? 0 : array.Length;
3 references to _size
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.EnumUnknown.cs (3)
46if (_location >= _size) 52for (; _location < _size && fetched < celt; ++_location) 73return _location >= _size ? HRESULT.S_FALSE : HRESULT.S_OK;