8 references to AsSpan
System.Private.Windows.GdiPlus (1)
Windows\Win32\Graphics\GdiPlus\EncoderParameters.cs (1)
9internal unsafe Span<EncoderParameter> Parameters => Parameter.AsSpan((int)Count);
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);
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\EmfRecord.cs (1)
32public ReadOnlySpan<uint> Params => _lpmr->dParm.AsSpan((int)(_lpmr->nSize / sizeof(uint)) - 2);