4 writes to rgsabound
System.Private.Windows.Core (2)
Windows\Win32\System\Com\SAFEARRAY.cs (2)
18fixed (void* b = &rgsabound) 79fixed (void* b = &rgsabound)
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (2)
197Assert.Equal(10u, ((SAFEARRAYBOUND*)&psa->rgsabound)[1].cElements); 198Assert.Equal(1, ((SAFEARRAYBOUND*)&psa->rgsabound)[1].lLbound);
6 references to rgsabound
System.Windows.Forms.Primitives.Tests (6)
Interop\Oleaut32\SAFEARRAYTests.cs (6)
70Assert.Equal(10u, psa->rgsabound.AsSpan(1)[0].cElements); 71Assert.Equal(1, psa->rgsabound.AsSpan(1)[0].lLbound); 106Assert.Equal(10u, psa->rgsabound.AsSpan(1)[0].cElements); 107Assert.Equal(1, psa->rgsabound.AsSpan(1)[0].lLbound); 195Assert.Equal(20u, psa->rgsabound.AsSpan(1)[0].cElements); 196Assert.Equal(0, psa->rgsabound.AsSpan(1)[0].lLbound);