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