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)
851int index = JsonConstants.EscapableChars.IndexOf(currentByte); 988int index = JsonConstants.EscapableChars.IndexOf(currentByte);