2 writes to UInt16
System.Private.Windows.Core (2)
System\Value.cs (2)
273_union.UInt16 = value; 281_union.UInt16 = value.Value;
2 references to UInt16
System.Private.Windows.Core (2)
System\Value.cs (2)
865ushort? @ushort = _union.UInt16; 925NullableTemplate<ushort> ushortTemplate = new(_union.UInt16);