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)))