4 references to Value
Microsoft.AspNetCore.Shared.Tests (4)
Windows.Win32.InlineArrayIndexerExtensions.g.cs (1)
31 internal static unsafe ref readonly ulong ReadOnlyItemRef(this in winmdroot.__ulong_30 @this, int index) => ref @this.Value[index];
Windows.Win32.ulong.InlineArrays.g.cs (3)
80 internal unsafe ref ulong this[int index] => ref Value[index]; 89 internal unsafe Span<ulong> AsSpan() => MemoryMarshal.CreateSpan(ref Value[0], SpanLength); 98 internal unsafe readonly ReadOnlySpan<ulong> AsReadOnlySpan() => MemoryMarshal.CreateReadOnlySpan(ref Unsafe.AsRef(in Value[0]), SpanLength);