3 references to AsciiCharInfo
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (3)
1318return (UnicodeCategory)(AsciiCharInfo[value.Value] & UnicodeCategoryMask); 1419return (AsciiCharInfo[value.Value] & IsLetterOrDigitFlag) != 0; 1482return (AsciiCharInfo[value.Value] & IsWhiteSpaceFlag) != 0;