3 overrides of Add
Microsoft.VisualStudio.TestPlatform.Common (3)
Utilities\SimpleJSON.cs (3)
763
public override void
Add
(string aKey, JSONNode aItem)
891
public override void
Add
(string aKey, JSONNode aItem)
1282
public override void
Add
(string aKey, JSONNode aItem)
6 references to Add
Microsoft.VisualStudio.TestPlatform.Common (6)
Utilities\SimpleJSON.cs (6)
210
Add
("", aItem);
557
ctx.
Add
(tokenName, stack.Peek());
575
ctx.
Add
(tokenName, stack.Peek());
596
ctx.
Add
(tokenName, ParseElement(token.ToString(), tokenIsQuoted));
629
ctx.
Add
(tokenName, ParseElement(token.ToString(), tokenIsQuoted));
1260
_node.
Add
(_key, aVal);