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