35 references to IsHighSurrogate
System.Xml (35)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3125
if (!XmlCharType.
IsHighSurrogate
(ch)) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1599
if ( XmlCharType.
IsHighSurrogate
(chars[i]) ) {
System\Xml\Core\XmlTextEncoder.cs (5)
92
!XmlCharType.
IsHighSurrogate
( highChar ) ) {
182
if ( XmlCharType.
IsHighSurrogate
( ch ) ) {
205
!XmlCharType.
IsHighSurrogate
( highChar ) ) {
313
if ( XmlCharType.
IsHighSurrogate
( ch ) ) {
366
if ( XmlCharType.
IsHighSurrogate
( ch ) ) {
System\Xml\Core\XmlTextReaderImpl.cs (9)
1761
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
1797
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
4833
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
5187
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
5826
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
6011
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
6346
if ( XmlCharType.
IsHighSurrogate
( tmpCh ) ) {
6593
if ( XmlCharType.
IsHighSurrogate
( high ) ) {
7771
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (7)
633
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
675
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
2620
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
3194
if (XmlCharType.
IsHighSurrogate
(ch)) {
3845
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
4061
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
4403
if ( XmlCharType.
IsHighSurrogate
( tmpCh ) ) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1499
if ( XmlCharType.
IsHighSurrogate
(chars[i]) ) {
System\Xml\Schema\DtdParser.cs (2)
2484
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
2788
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
System\Xml\Schema\DtdParserAsync.cs (2)
1941
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
2219
if ( XmlCharType.
IsHighSurrogate
(ch) ) {
System\Xml\XmlCharType.cs (1)
699
if ( i + 1 >= str.Length || !(XmlCharType.
IsHighSurrogate
(str[i]) && XmlCharType.IsLowSurrogate(str[i+1]))) {
System\Xml\XmlConvert.cs (5)
213
if (length > 1 && XmlCharType.
IsHighSurrogate
(name[0]) && XmlCharType.IsLowSurrogate(name[1]) ) {
255
if ((length > position + 1) && XmlCharType.
IsHighSurrogate
(name[position]) && XmlCharType.IsLowSurrogate(name[position + 1])) {
580
return XmlCharType.
IsHighSurrogate
(highChar) && XmlCharType.IsLowSurrogate(lowChar);
1484
if ( XmlCharType.
IsHighSurrogate
( ch ) ) {
1525
if ( XmlCharType.
IsHighSurrogate
( ch ) ) {
System\Xml\XmlException.cs (1)
255
if (XmlCharType.
IsHighSurrogate
(invChar) && nextChar != 0) {