3 references to AsciiCharInfo
Microsoft.AspNetCore.App.Analyzers (3)
Infrastructure\VirtualChars\System.Text\Rune.cs (3)
1149return (UnicodeCategory)(AsciiCharInfo[value.Value] & UnicodeCategoryMask); 1250return (AsciiCharInfo[value.Value] & IsLetterOrDigitFlag) != 0; 1313return (AsciiCharInfo[value.Value] & IsWhiteSpaceFlag) != 0;