7 references to InlineArray8
System.Net.NetworkInformation (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.EnumerateInterfaceAddresses.cs (2)
15
public
InlineArray8
<byte> AddressBytes;
41
public
InlineArray8
<byte> AddressBytes;
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventProvider.cs (2)
483
Debug.Assert(EtwAPIMaxRefObjCount == 8, $"{nameof(EtwAPIMaxRefObjCount)} must equal the number of fields in {nameof(
InlineArray8
<>)}");
484
InlineArray8
<object?> eightObjectStack = default;
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\BitVector256.cs (1)
12
private
InlineArray8
<uint> _values;
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\AsciiStringSearchValuesTeddyBase.cs (1)
113
private readonly
InlineArray8
<object?> _buckets;
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
603
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
InlineArray8
<>))]