5 writes to UInt64
System.Private.Windows.Core (5)
System\Value.cs (5)
325_union.UInt64 = value; 333_union.UInt64 = value.Value; 558_union.UInt64 = ulong.MaxValue; 577_union.UInt64 = ulong.MaxValue; 683_union.UInt64 = u;
11 references to UInt64
System.Private.Windows.Core (11)
System\Value.cs (11)
54if (_union.UInt64 != 0) 779ulong bits = _union.UInt64; 795ulong bits = _union.UInt64; 847ulong? @ulong = _union.UInt64; 935NullableTemplate<ulong> ulongTemplate = new(_union.UInt64); 967if (_union.UInt64 == 0 && _object is char[]) 981if (_union.UInt64 == 0 && _object is byte[]) 1001else if (_union.UInt64 != 0 && _object is char[] chars) 1003value = _union.UInt64 != ulong.MaxValue 1008else if (_union.UInt64 != 0 && _object is byte[] bytes) 1010value = _union.UInt64 != ulong.MaxValue