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