3 references to SurHighEnd
System.Private.Xml (3)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1613if (ch <= XmlCharType.SurHighEnd)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1433if (ch <= XmlCharType.SurHighEnd)
System\Xml\XmlCharType.cs (1)
115internal static bool IsHighSurrogate(int ch) => InRange(ch, SurHighStart, SurHighEnd);