35 references to IsSurrogate
System.Private.Xml (35)
System\Xml\Core\XmlEncodedRawTextWriter.cs (8)
986
if (XmlCharType.
IsSurrogate
(ch))
1106
if (XmlCharType.
IsSurrogate
(ch))
1184
if (XmlCharType.
IsSurrogate
(ch))
1288
if (XmlCharType.
IsSurrogate
(ch))
1437
if (XmlCharType.
IsSurrogate
(ch))
1582
if (XmlCharType.
IsSurrogate
(ch))
1610
Debug.Assert(XmlCharType.
IsSurrogate
(*pSrc));
1664
if (XmlCharType.
IsSurrogate
(ch))
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (6)
819
if (XmlCharType.
IsSurrogate
(ch))
1024
if (XmlCharType.
IsSurrogate
(ch))
1208
if (XmlCharType.
IsSurrogate
(ch))
1427
if (XmlCharType.
IsSurrogate
(ch))
1658
if (XmlCharType.
IsSurrogate
(ch))
1842
if (XmlCharType.
IsSurrogate
(ch))
System\Xml\Core\XmlTextEncoder.cs (1)
457
if (XmlCharType.
IsSurrogate
(ch))
System\Xml\Core\XmlUtf8RawTextWriter.cs (10)
805
if (XmlCharType.
IsSurrogate
(ch))
924
if (XmlCharType.
IsSurrogate
(ch))
1001
if (XmlCharType.
IsSurrogate
(ch))
1104
if (XmlCharType.
IsSurrogate
(ch))
1252
if (XmlCharType.
IsSurrogate
(ch))
1396
if (XmlCharType.
IsSurrogate
(ch))
1430
Debug.Assert(XmlCharType.
IsSurrogate
(*pSrc));
1498
if (XmlCharType.
IsSurrogate
(ch))
1519
Debug.Assert(ch >= 0x80 && !XmlCharType.
IsSurrogate
(ch));
1554
else if (XmlCharType.
IsSurrogate
(ch))
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (6)
690
if (XmlCharType.
IsSurrogate
(ch))
894
if (XmlCharType.
IsSurrogate
(ch))
1077
if (XmlCharType.
IsSurrogate
(ch))
1295
if (XmlCharType.
IsSurrogate
(ch))
1525
if (XmlCharType.
IsSurrogate
(ch))
1708
if (XmlCharType.
IsSurrogate
(ch))
System\Xml\XmlEncoding.cs (4)
533
if (XmlCharType.
IsSurrogate
((int)code))
574
if (XmlCharType.
IsSurrogate
((int)code))
616
if (XmlCharType.
IsSurrogate
((int)code))
658
if (XmlCharType.
IsSurrogate
((int)code))