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