3 references to EscapableChars
System.Text.Json (3)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
1353int index = JsonConstants.EscapableChars.IndexOf(currentByte);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (2)
858int index = JsonConstants.EscapableChars.IndexOf(currentByte); 995int index = JsonConstants.EscapableChars.IndexOf(currentByte);