4 references to SurLowEnd
System.Xml (4)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1388(LocalAppContextSwitches.DontThrowOnInvalidSurrogatePairs || lowChar <= XmlCharType.SurLowEnd)) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1253(LocalAppContextSwitches.DontThrowOnInvalidSurrogatePairs || lowChar <= XmlCharType.SurLowEnd)) {
System\Xml\XmlCharType.cs (2)
656return InRange( ch, SurLowStart, SurLowEnd ); 660return InRange( ch, SurHighStart, SurLowEnd );