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