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