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