2 references to s_allowedChars
System.Text.Json (2)
System\Text\Json\Writer\JsonWriterHelper.Escaping.cs (2)
55Debug.Assert(needsEscaping == !s_allowedChars.Contains((char)i)); 97return value.IndexOfAnyExcept(s_allowedChars);