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)
53
if (_union.
UInt64
!= 0)
778
ulong bits = _union.
UInt64
;
794
ulong bits = _union.
UInt64
;
846
ulong? @ulong = _union.
UInt64
;
934
NullableTemplate<ulong> ulongTemplate = new(_union.
UInt64
);
966
if (_union.
UInt64
== 0 && _object is char[])
980
if (_union.
UInt64
== 0 && _object is byte[])
1000
else if (_union.
UInt64
!= 0 && _object is char[] chars)
1002
value = _union.
UInt64
!= ulong.MaxValue
1007
else if (_union.
UInt64
!= 0 && _object is byte[] bytes)
1009
value = _union.
UInt64
!= ulong.MaxValue