2 references to new
System.Text.Json (2)
System\Text\Json\Nodes\JsonObject.cs (1)
40: new(isCaseInsensitive);
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
202dictionary = new JsonPropertyDictionary<JsonNode?>(IsCaseInsensitive(Options));