3 references to SurHighEnd
System.Xml (3)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1384
if ( ch <= XmlCharType.
SurHighEnd
) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1249
if ( ch <= XmlCharType.
SurHighEnd
) {
System\Xml\XmlCharType.cs (1)
652
return InRange( ch, SurHighStart,
SurHighEnd
);