1 write to size
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
5195size = (arr == null) ? 0 : arr.Length;
3 references to size
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
5211if (loc >= size) { 5215for (; loc < size && fetched < celt; ++loc) { 5235if (loc >= size) {