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