6 references to WriteTo
System.Text.Json (6)
System\Text\Json\Document\JsonDocument.cs (1)
111
RootElement.
WriteTo
(writer);
System\Text\Json\Document\JsonProperty.cs (1)
131
Value.
WriteTo
(writer);
System\Text\Json\Nodes\JsonArray.cs (1)
275
jsonElement.Value.
WriteTo
(writer);
System\Text\Json\Nodes\JsonObject.cs (1)
144
jsonElement.Value.
WriteTo
(writer);
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
204
Value.
WriteTo
(writer);
System\Text\Json\Serialization\Converters\Value\JsonElementConverter.cs (1)
18
value.
WriteTo
(writer);