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