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