2 references to EscapeString
System.Text.Json (2)
System\Text\Json\Writer\JsonWriterHelper.Escaping.cs (1)
103
=>
EscapeString
(value, destination, indexOfFirstByteToEscape, encoder, out _, out written, isFinalBlock: true);
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.StringSegment.cs (1)
312
JsonWriterHelper.
EscapeString
(utf8Value, escapedValue, firstEscapeIndexVal, _options.Encoder, out int consumed, out int written, isFinalSegment);