5 references to cDims
Microsoft.Private.Windows.Core (5)
Windows\Win32\System\Com\SAFEARRAY.cs (5)
19
return new ReadOnlySpan<SAFEARRAYBOUND>(b,
cDims
)[dimension];
80
ReadOnlySpan<SAFEARRAYBOUND> bounds = new(b,
cDims
);
82
int boundIndex =
cDims
- 1;
85
for (ushort dim = 1; dim <
cDims
; dim++)
93
cell += (uint)(c1 - bounds[
cDims
- 1].lLbound);