1 reference to InitializeDictionary
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.cs (1)
78private OrderedDictionary<string, JsonNode?> Dictionary => _dictionary ?? InitializeDictionary();