1 reference to UnicodeCategoryMask
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
1238
return (UnicodeCategory)(AsciiCharInfo[value.Value] &
UnicodeCategoryMask
);