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