2 references to ToJsonElement
System.Text.Json (2)
System\Text\Json\Nodes\JsonValue.cs (2)
117
JsonElement thisElement =
ToJsonElement
(this, out JsonDocument? thisDocument);
118
JsonElement otherElement =
ToJsonElement
(otherNode, out JsonDocument? otherDocument);