2 writes to UInt16
System.Private.Windows.Core (2)
System\Value.cs (2)
272_union.UInt16 = value; 280_union.UInt16 = value.Value;
2 references to UInt16
System.Private.Windows.Core (2)
System\Value.cs (2)
864ushort? @ushort = _union.UInt16; 924NullableTemplate<ushort> ushortTemplate = new(_union.UInt16);