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