3 references to IsAsciiCodePoint
Microsoft.AspNetCore.App.Analyzers (3)
Infrastructure\VirtualChars\System.Text\Rune.cs (3)
147public bool IsAscii => UnicodeUtility.IsAsciiCodePoint(_value); 392if (!UnicodeUtility.IsAsciiCodePoint(tempValue)) 616if (UnicodeUtility.IsAsciiCodePoint(tempValue))