2 writes to Byte
System.Private.Windows.Core (2)
System\Value.cs (2)
90
_union.
Byte
= value;
98
_union.
Byte
= value.Value;
2 references to Byte
System.Private.Windows.Core (2)
System\Value.cs (2)
870
byte? @byte = _union.
Byte
;
919
NullableTemplate<byte> byteTemplate = new(_union.
Byte
);