6 instantiations of JSONArray
Microsoft.VisualStudio.TestPlatform.Common (6)
ExtensionFramework\Utilities\TestExtensions.cs (1)
497var jsonArray = new JSONArray();
Utilities\SimpleJSON.cs (5)
572stack.Push(new JSONArray()); 792var node = new JSONArray(); 1268set { Set(new JSONArray()).Add(value); } 1279Set(new JSONArray()).Add(aItem); 1371get { return Set(new JSONArray()); }
5 references to JSONArray
Microsoft.VisualStudio.TestPlatform.Common (5)
ExtensionFramework\Utilities\TestExtensions.cs (1)
497var jsonArray = new JSONArray();
Utilities\SimpleJSON.cs (4)
347public virtual JSONArray AsArray 351return this as JSONArray; 792var node = new JSONArray(); 1369public override JSONArray AsArray