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