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