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