6 references to Value
System.Private.Windows.Core (6)
Windows.Win32.byte.InlineArrays.g.cs (5)
34 internal unsafe ref byte this[int index] => ref Value[index]; 38 fixed (byte* p0 = Value) 44 fixed (byte* p0 = Value) 50 fixed (byte* p0 = Value) 60 Span<byte> target = new Span<byte>(result.Value, 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];