Base:
method
Add
SimpleJSON.JSONNode.Add(System.String, SimpleJSON.JSONNode)
4 references to Add
Microsoft.VisualStudio.TestPlatform.Common (4)
ExtensionFramework\Utilities\TestExtensions.cs (1)
503jsonObject.Add(kvp.Key, jsonArray);
Utilities\SimpleJSON.cs (3)
945node.Add(n.Key, n.Value.Clone()); 1274set { Set(new JSONObject()).Add(aKey, value); } 1284Set(new JSONObject()).Add(aKey, aItem);