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