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