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