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