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)
54
if (_union.
UInt64
!= 0)
779
ulong bits = _union.
UInt64
;
795
ulong bits = _union.
UInt64
;
847
ulong? @ulong = _union.
UInt64
;
935
NullableTemplate<ulong> ulongTemplate = new(_union.
UInt64
);
967
if (_union.
UInt64
== 0 && _object is char[])
981
if (_union.
UInt64
== 0 && _object is byte[])
1001
else if (_union.
UInt64
!= 0 && _object is char[] chars)
1003
value = _union.
UInt64
!= ulong.MaxValue
1008
else if (_union.
UInt64
!= 0 && _object is byte[] bytes)
1010
value = _union.
UInt64
!= ulong.MaxValue