2 references to LastAsciiCharacter
System.Text.Json (2)
System\Text\Json\Writer\JsonWriterHelper.Escaping.cs (2)
189private static bool IsAsciiValue(byte value) => value <= LastAsciiCharacter; 191private static bool IsAsciiValue(char value) => value <= LastAsciiCharacter;