2 instantiations of 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);
1 reference to JsonValueOfJsonString
System.Text.Json (1)
System\Text\Json\Nodes\JsonNode.To.cs (1)
51case JsonValueOfJsonString jsonValueOfJsonString: