3 references to IsLowSurrogateChar
System.Reflection.Metadata (3)
System\Reflection\Internal\Utilities\BlobUtilities.cs (2)
158if (IsHighSurrogateChar(c) && charPtr < strEnd && IsLowSurrogateChar(*charPtr)) 221else if (IsHighSurrogateChar(c) && ptr < end && IsLowSurrogateChar(*ptr))
System\Reflection\Metadata\Ecma335\MetadataBuilder.Heaps.cs (1)
558if (prev.EndsWith(entry.Key, StringComparison.Ordinal) && !BlobUtilities.IsLowSurrogateChar(entry.Key[0]))