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