35 references to IsSurrogate
System.Private.Xml (35)
System\Xml\Core\XmlEncodedRawTextWriter.cs (8)
983
if (XmlCharType.
IsSurrogate
(ch))
1103
if (XmlCharType.
IsSurrogate
(ch))
1181
if (XmlCharType.
IsSurrogate
(ch))
1285
if (XmlCharType.
IsSurrogate
(ch))
1434
if (XmlCharType.
IsSurrogate
(ch))
1579
if (XmlCharType.
IsSurrogate
(ch))
1607
Debug.Assert(XmlCharType.
IsSurrogate
(*pSrc));
1661
if (XmlCharType.
IsSurrogate
(ch))
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (6)
816
if (XmlCharType.
IsSurrogate
(ch))
1021
if (XmlCharType.
IsSurrogate
(ch))
1205
if (XmlCharType.
IsSurrogate
(ch))
1424
if (XmlCharType.
IsSurrogate
(ch))
1655
if (XmlCharType.
IsSurrogate
(ch))
1839
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))