6 instantiations of JSONObject
Microsoft.VisualStudio.TestPlatform.Common (6)
ExtensionFramework\Utilities\TestExtensions.cs (1)
492
var jsonObject = new
JSONObject
();
Utilities\SimpleJSON.cs (5)
554
stack.Push(new
JSONObject
());
942
var node = new
JSONObject
();
1274
set { Set(new
JSONObject
()).Add(aKey, value); }
1284
Set(new
JSONObject
()).Add(aKey, aItem);
1376
get { return Set(new
JSONObject
()); }
5 references to JSONObject
Microsoft.VisualStudio.TestPlatform.Common (5)
ExtensionFramework\Utilities\TestExtensions.cs (1)
492
var
jsonObject = new JSONObject();
Utilities\SimpleJSON.cs (4)
355
public virtual
JSONObject
AsObject
359
return this as
JSONObject
;
942
var
node = new JSONObject();
1374
public override
JSONObject
AsObject