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