2 references to AllowList
System.Text.Json (2)
System\Text\Json\Writer\JsonWriterHelper.Escaping.cs (2)
66
private static bool NeedsEscaping(byte value) =>
AllowList
[value] == 0;
68
private static bool NeedsEscapingNoBoundsCheck(char value) =>
AllowList
[value] == 0;