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