3 references to Add
System.Text.Json (3)
System\Text\Json\JsonPropertyDictionary.cs (1)
66Add(property.Key, property.Value);
System\Text\Json\Nodes\JsonObject.cs (1)
44dictionary.Add(node.Key, node.Value);
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
28Dictionary.Add(propertyName, value);