2 writes to Byte
System.Private.Windows.Core (2)
System\Value.cs (2)
91
_union.
Byte
= value;
99
_union.
Byte
= value.Value;
2 references to Byte
System.Private.Windows.Core (2)
System\Value.cs (2)
871
byte? @byte = _union.
Byte
;
920
NullableTemplate<byte> byteTemplate = new(_union.
Byte
);