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