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