3 references to IsSurrogatePair
Microsoft.CodeAnalysis.UnitTests (1)
MetadataReferences\MetadataHelpersTests.cs (1)
28
Assert.True(Char.
IsSurrogatePair
(highSurrogate + lowSurrogate, 0));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (1)
398
else if (char.
IsSurrogatePair
(unicode, basicCount))
xunit.assert (1)
Sdk\ArgumentFormatter.cs (1)
169
else if (char.
IsSurrogatePair
(s, i)) // should handle the case of ch being the last one