2 references to JsonValueOfJsonBool
System.Text.Json (2)
System\Text\Json\Nodes\JsonValueOfJsonPrimitive.cs (2)
20return new JsonValueOfJsonBool(reader.GetBoolean(), options); 137internal override JsonNode DeepCloneCore() => new JsonValueOfJsonBool(_value, Options);