2 references to NodeElementWrongType
System.Text.Json (2)
System\Text\Json\Nodes\JsonArray.cs (1)
199_ => throw new InvalidOperationException(SR.Format(SR.NodeElementWrongType, nameof(JsonValueKind.Array))),
System\Text\Json\Nodes\JsonObject.cs (1)
65_ => throw new InvalidOperationException(SR.Format(SR.NodeElementWrongType, nameof(JsonValueKind.Object)))