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