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