34 references to IsHighSurrogate
System.Private.Xml (34)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3522if (!XmlCharType.IsHighSurrogate(ch))
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1874if (XmlCharType.IsHighSurrogate(chars[i]))
System\Xml\Core\XmlTextEncoder.cs (5)
101!XmlCharType.IsHighSurrogate(highChar)) 191if (XmlCharType.IsHighSurrogate(ch)) 220!XmlCharType.IsHighSurrogate(highChar)) 347if (XmlCharType.IsHighSurrogate(ch)) 405if (XmlCharType.IsHighSurrogate(ch))
System\Xml\Core\XmlTextReaderImpl.cs (9)
1835if (XmlCharType.IsHighSurrogate(ch)) 1879if (XmlCharType.IsHighSurrogate(ch)) 5285if (XmlCharType.IsHighSurrogate(ch)) 5687if (XmlCharType.IsHighSurrogate(ch)) 6413if (XmlCharType.IsHighSurrogate(ch)) 6629if (XmlCharType.IsHighSurrogate(ch)) 7019if (XmlCharType.IsHighSurrogate(tmpCh)) 7310if (XmlCharType.IsHighSurrogate(high)) 8660if (XmlCharType.IsHighSurrogate(ch))
System\Xml\Core\XmlTextReaderImplAsync.cs (7)
660if (XmlCharType.IsHighSurrogate(ch)) 706if (XmlCharType.IsHighSurrogate(ch)) 2800if (XmlCharType.IsHighSurrogate(ch)) 3423if (XmlCharType.IsHighSurrogate(ch)) 4137if (XmlCharType.IsHighSurrogate(ch)) 4372if (XmlCharType.IsHighSurrogate(ch)) 4762if (XmlCharType.IsHighSurrogate(tmpCh))
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1736if (XmlCharType.IsHighSurrogate(chars[i]))
System\Xml\Schema\DtdParser.cs (2)
2590if (XmlCharType.IsHighSurrogate(ch)) 2934if (XmlCharType.IsHighSurrogate(ch))
System\Xml\Schema\DtdParserAsync.cs (2)
2036if (XmlCharType.IsHighSurrogate(ch)) 2348if (XmlCharType.IsHighSurrogate(ch))
System\Xml\XmlConvert.cs (5)
207if (length > 1 && XmlCharType.IsHighSurrogate(name[0]) && XmlCharType.IsLowSurrogate(name[1])) 249if ((length > position + 1) && XmlCharType.IsHighSurrogate(name[position]) && XmlCharType.IsLowSurrogate(name[position + 1])) 562return XmlCharType.IsHighSurrogate(highChar) && XmlCharType.IsLowSurrogate(lowChar); 1415if (XmlCharType.IsHighSurrogate(ch)) 1457if (XmlCharType.IsHighSurrogate(ch))
System\Xml\XmlException.cs (1)
239if (XmlCharType.IsHighSurrogate(invChar) && nextChar != 0)