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