2 writes to count
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\BaseCAMarshaler.cs (2)
39count = 0; 44count = caStruct.cElems;
3 references to count
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\BaseCAMarshaler.cs (3)
46Debug.WriteLineIf(CAMarshalSwitch.TraceVerbose, "Marshaling " + count.ToString(CultureInfo.InvariantCulture) + " items of type " + ItemType.Name); 78return count; 121for (int i = 0; i < count; i++) {