2 instantiations of JsonValueOfJsonString
System.Text.Json (2)
System\Text\Json\Nodes\JsonValueOfJsonPrimitive.cs (2)
24
return new
JsonValueOfJsonString
(utf8String, options);
46
internal override JsonNode DeepCloneCore() => new
JsonValueOfJsonString
(_value, Options);
1 reference to JsonValueOfJsonString
System.Text.Json (1)
System\Text\Json\Nodes\JsonNode.To.cs (1)
51
case
JsonValueOfJsonString
jsonValueOfJsonString: