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