2 instantiations of JsonValueOfJsonNumber
System.Text.Json (2)
System\Text\Json\Nodes\JsonValueOfJsonPrimitive.cs (2)
27return new JsonValueOfJsonNumber(numberValue, options); 184internal override JsonNode DeepCloneCore() => new JsonValueOfJsonNumber(_value, Options);