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