3 references to IsHighSurrogateCodePoint
Microsoft.AspNetCore.App.Analyzers (3)
Infrastructure\VirtualChars\System.Text\Rune.cs (2)
801if (!UnicodeUtility.IsHighSurrogateCodePoint(returnValue)) 843if (!UnicodeUtility.IsHighSurrogateCodePoint(returnValue))
Infrastructure\VirtualChars\System.Text\UnicodeDebug.cs (1)
22if (!UnicodeUtility.IsHighSurrogateCodePoint(codePoint))