1 write to cElems
System.Windows.Forms.Primitives.Tests (1)
Interop\Ole32\CADWORDTests.cs (1)
37cElems = (uint)values.Length,
2 references to cElems
System.Windows.Forms.Primitives (2)
Windows\Win32\System\Ole\CADWORD.cs (2)
14return (cElems == 0 || pElems is null) 16: new Span<uint>(pElems, (int)cElems).ToArray();