1 reference to IsHighSurrogate
Microsoft.CodeAnalysis (1)
Xml\XmlCharType.cs (1)
1109
if (i + 1 >= str.Length || !(XmlCharType.
IsHighSurrogate
(str[i]) && XmlCharType.IsLowSurrogate(str[i + 1])))