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