1 override of Add
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\SimpleJSON.cs (1)
1277
public override void
Add
(JSONNode aItem)
6 references to Add
Microsoft.VisualStudio.TestPlatform.Common (6)
ExtensionFramework\Utilities\TestExtensions.cs (1)
500
jsonArray.
Add
(new JSONString(extension));
Utilities\SimpleJSON.cs (5)
797
node.
Add
(n.Clone());
799
node.
Add
(null);
1258
_node.
Add
(aVal);
1268
set { Set(new JSONArray()).
Add
(value); }
1279
Set(new JSONArray()).
Add
(aItem);