3 writes to _dictionary
System.Text.Json (3)
System\Text\Json\Nodes\JsonObject.cs (2)
47_dictionary = dictionary; 96_dictionary = CreateDictionary(Options, Count)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
242_dictionary = dictionary;
4 references to _dictionary
System.Text.Json (4)
System\Text\Json\Nodes\JsonObject.cs (2)
78private OrderedDictionary<string, JsonNode?> Dictionary => _dictionary ?? InitializeDictionary(); 279Debug.Assert(_dictionary != null, "Cannot have detachable nodes without a materialized dictionary.");
System\Text\Json\Nodes\JsonObject.IDictionary.cs (2)
56OrderedDictionary<string, JsonNode?>? dictionary = _dictionary; 270dictionary = _dictionary;