2 references to IsSurrogatePair
Microsoft.CodeAnalysis.UnitTests (1)
MetadataReferences\MetadataHelpersTests.cs (1)
28
Assert.True(Char.
IsSurrogatePair
(highSurrogate + lowSurrogate, 0));
xunit.assert (1)
Sdk\ArgumentFormatter.cs (1)
169
else if (char.
IsSurrogatePair
(s, i)) // should handle the case of ch being the last one