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