2 references to IsHighSurrogateChar
System.Reflection.Metadata (2)
System\Reflection\Internal\Utilities\BlobUtilities.cs (2)
158
if (
IsHighSurrogateChar
(c) && charPtr < strEnd && IsLowSurrogateChar(*charPtr))
221
else if (
IsHighSurrogateChar
(c) && ptr < end && IsLowSurrogateChar(*ptr))