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