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