5 writes to UInt64
System.Private.Windows.Core (5)
System\Value.cs (5)
324_union.UInt64 = value; 332_union.UInt64 = value.Value; 557_union.UInt64 = ulong.MaxValue; 576_union.UInt64 = ulong.MaxValue; 682_union.UInt64 = u;
11 references to UInt64
System.Private.Windows.Core (11)
System\Value.cs (11)
53if (_union.UInt64 != 0) 778ulong bits = _union.UInt64; 794ulong bits = _union.UInt64; 846ulong? @ulong = _union.UInt64; 934NullableTemplate<ulong> ulongTemplate = new(_union.UInt64); 966if (_union.UInt64 == 0 && _object is char[]) 980if (_union.UInt64 == 0 && _object is byte[]) 1000else if (_union.UInt64 != 0 && _object is char[] chars) 1002value = _union.UInt64 != ulong.MaxValue 1007else if (_union.UInt64 != 0 && _object is byte[] bytes) 1009value = _union.UInt64 != ulong.MaxValue