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