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