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)
656
return InRange( ch, SurLowStart,
SurLowEnd
);
660
return InRange( ch, SurHighStart,
SurLowEnd
);