2 references to LowSurrogateEndValue
System.Text.Json (2)
System\Text\Json\Reader\JsonReaderHelper.Unescaping.cs (2)
536
if (JsonHelpers.IsInRangeInclusive((uint)scalar, JsonConstants.HighSurrogateStartValue, JsonConstants.
LowSurrogateEndValue
))
560
if (!JsonHelpers.IsInRangeInclusive((uint)lowSurrogate, JsonConstants.LowSurrogateStartValue, JsonConstants.
LowSurrogateEndValue
))