2 references to NodeWrongType
System.Text.Json (2)
System\Text\Json\Nodes\JsonNode.cs (1)
198
throw new InvalidOperationException(SR.Format(SR.
NodeWrongType
, nameof(JsonValue)));
System\Text\Json\ThrowHelper.Node.cs (1)
60
throw new InvalidOperationException(SR.Format(SR.
NodeWrongType
, concatenatedNames));