32 references to IsLowSurrogate
System.Private.Xml (32)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3532if (!XmlCharType.IsLowSurrogate((char)lowSurr))
System\Xml\Core\XmlEncodedRawTextWriter.cs (2)
1878if (XmlCharType.IsLowSurrogate(chars[i + 1])) 1887else if (XmlCharType.IsLowSurrogate(chars[i]))
System\Xml\Core\XmlTextEncoder.cs (6)
100if (!XmlCharType.IsLowSurrogate(lowChar) || 202else if (XmlCharType.IsLowSurrogate(ch)) 219if (!XmlCharType.IsLowSurrogate(lowChar) || 358else if (XmlCharType.IsLowSurrogate(ch)) 410if (XmlCharType.IsLowSurrogate(lowChar)) 422else if (XmlCharType.IsLowSurrogate(ch))
System\Xml\Core\XmlTextReaderImpl.cs (7)
5292if (XmlCharType.IsLowSurrogate(chars[pos])) 5694if (XmlCharType.IsLowSurrogate(chars[pos])) 6420if (XmlCharType.IsLowSurrogate(chars[pos])) 6636if (XmlCharType.IsLowSurrogate(chars[pos])) 7026if (XmlCharType.IsLowSurrogate(chars[pos])) 7312if (XmlCharType.IsLowSurrogate(low)) 8668if (XmlCharType.IsLowSurrogate(chars[pos]))
System\Xml\Core\XmlTextReaderImplAsync.cs (5)
2807if (XmlCharType.IsLowSurrogate(chars[pos])) 3432if (XmlCharType.IsLowSurrogate(chars[pos])) 4144if (XmlCharType.IsLowSurrogate(chars[pos])) 4379if (XmlCharType.IsLowSurrogate(chars[pos])) 4769if (XmlCharType.IsLowSurrogate(chars[pos]))
System\Xml\Core\XmlUtf8RawTextWriter.cs (2)
1740if (XmlCharType.IsLowSurrogate(chars[i + 1])) 1749else if (XmlCharType.IsLowSurrogate(chars[i]))
System\Xml\Schema\DtdParser.cs (2)
2597if (XmlCharType.IsLowSurrogate(_chars[_curPos])) 2941if (XmlCharType.IsLowSurrogate(_chars[_curPos]))
System\Xml\Schema\DtdParserAsync.cs (2)
2043if (XmlCharType.IsLowSurrogate(_chars[_curPos])) 2355if (XmlCharType.IsLowSurrogate(_chars[_curPos]))
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); 1422if (XmlCharType.IsLowSurrogate(ch)) 1464if (XmlCharType.IsLowSurrogate(ch))