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