33 references to IsLowSurrogate
System.Xml (33)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3133
if (!XmlCharType.
IsLowSurrogate
(chNext)) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (2)
1601
if ( XmlCharType.
IsLowSurrogate
(chars[i + 1]) ) {
1609
else if ( XmlCharType.
IsLowSurrogate
(chars[i]) ) {
System\Xml\Core\XmlTextEncoder.cs (6)
91
if ( !XmlCharType.
IsLowSurrogate
(lowChar) ||
190
else if ( XmlCharType.
IsLowSurrogate
( ch ) ) {
204
if ( !XmlCharType.
IsLowSurrogate
( lowChar ) ||
321
else if ( XmlCharType.
IsLowSurrogate
( ch ) ) {
369
if ( XmlCharType.
IsLowSurrogate
( lowChar ) ) {
379
else if ( XmlCharType.
IsLowSurrogate
( ch ) ) {
System\Xml\Core\XmlTextReaderImpl.cs (7)
4838
if ( XmlCharType.
IsLowSurrogate
( chars[pos] ) ) {
5192
if ( XmlCharType.
IsLowSurrogate
( chars[pos] ) ) {
5831
if ( XmlCharType.
IsLowSurrogate
( chars[pos] ) ) {
6016
if ( XmlCharType.
IsLowSurrogate
( chars[pos] ) ) {
6351
if ( XmlCharType.
IsLowSurrogate
( chars[pos] ) ) {
6594
if ( XmlCharType.
IsLowSurrogate
( low ) ) {
7776
if ( XmlCharType.
IsLowSurrogate
( chars[pos] ) ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (5)
2625
if ( XmlCharType.
IsLowSurrogate
( chars[pos] ) ) {
3201
if (XmlCharType.
IsLowSurrogate
(chars[pos])) {
3850
if ( XmlCharType.
IsLowSurrogate
( chars[pos] ) ) {
4066
if ( XmlCharType.
IsLowSurrogate
( chars[pos] ) ) {
4408
if ( XmlCharType.
IsLowSurrogate
( chars[pos] ) ) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (2)
1501
if ( XmlCharType.
IsLowSurrogate
(chars[i + 1]) ) {
1509
else if ( XmlCharType.
IsLowSurrogate
(chars[i]) ) {
System\Xml\Schema\DtdParser.cs (2)
2489
if ( XmlCharType.
IsLowSurrogate
(chars[curPos]) ) {
2793
if ( XmlCharType.
IsLowSurrogate
(chars[curPos])) {
System\Xml\Schema\DtdParserAsync.cs (2)
1946
if ( XmlCharType.
IsLowSurrogate
(chars[curPos]) ) {
2224
if ( XmlCharType.
IsLowSurrogate
(chars[curPos])) {
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);
1489
if ( XmlCharType.
IsLowSurrogate
( ch ) ) {
1530
if ( XmlCharType.
IsLowSurrogate
( ch ) ) {