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