4 references to __byte_32
System.Private.Windows.Core (4)
Windows.Win32.byte.InlineArrays.g.cs (2)
56
public static implicit operator
__byte_32
(ReadOnlySpan<byte> value)
58
Unsafe.SkipInit(out
__byte_32
result);
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];
Windows.Win32.PAINTSTRUCT.g.cs (1)
45
internal winmdroot.
__byte_32
rgbReserved;