2 references to UInt64HighBitsOnlyMask
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (2)
32
return (value &
UInt64HighBitsOnlyMask
) == 0;
646
candidateUInt64 &=
UInt64HighBitsOnlyMask
;