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