1 write to cElems
System.Windows.Forms.Primitives.Tests (1)
Interop\Ole32\CALPOLESTRTests.cs (1)
37
cElems
= (uint)values.Length,
3 references to cElems
System.Windows.Forms.Primitives (3)
Windows\Win32\System\Ole\CALPOLESTR.cs (3)
10
if (
cElems
== 0 || pElems is null)
15
string?[] values = new string?[(int)
cElems
];
16
for (int i = 0; i <
cElems
; i++)