2 references to JsonValueOfJsonString
System.Text.Json (2)
System\Text\Json\Nodes\JsonValueOfJsonPrimitive.cs (2)
24return new JsonValueOfJsonString(utf8String, options); 46internal override JsonNode DeepCloneCore() => new JsonValueOfJsonString(_value, Options);