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