3 references to IsInRangeInclusive
System.Text.Json (3)
System\Text\Json\Reader\JsonReaderHelper.Unescaping.cs (3)
539
if (JsonHelpers.
IsInRangeInclusive
((uint)scalar, JsonConstants.HighSurrogateStartValue, JsonConstants.LowSurrogateEndValue))
547
Debug.Assert(JsonHelpers.
IsInRangeInclusive
((uint)scalar, JsonConstants.HighSurrogateStartValue, JsonConstants.HighSurrogateEndValue));
563
if (!JsonHelpers.
IsInRangeInclusive
((uint)lowSurrogate, JsonConstants.LowSurrogateStartValue, JsonConstants.LowSurrogateEndValue))