3 references to IsLowSurrogateCodePoint
Microsoft.AspNetCore.App.Analyzers (3)
Infrastructure\VirtualChars\System.Text\Rune.cs (2)
814
if (!UnicodeUtility.
IsLowSurrogateCodePoint
(potentialLowSurrogate))
862
if (!UnicodeUtility.
IsLowSurrogateCodePoint
(potentialLowSurrogate))
Infrastructure\VirtualChars\System.Text\UnicodeDebug.cs (1)
31
if (!UnicodeUtility.
IsLowSurrogateCodePoint
(codePoint))