3 references to LowSurrogateStartValue
System.Text.Json (3)
System\Text\Json\Reader\JsonReaderHelper.Unescaping.cs (3)
542if (scalar >= JsonConstants.LowSurrogateStartValue) 563if (!JsonHelpers.IsInRangeInclusive((uint)lowSurrogate, JsonConstants.LowSurrogateStartValue, JsonConstants.LowSurrogateEndValue)) 571+ (lowSurrogate - JsonConstants.LowSurrogateStartValue)