3 references to CreateDictionary
System.Text.Json (3)
System\Text\Json\Nodes\JsonObject.cs (2)
39OrderedDictionary<string, JsonNode?> dictionary = CreateDictionary(options, capacity); 96_dictionary = CreateDictionary(Options, Count)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
225dictionary = CreateDictionary(Options);