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