2 references to 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);