9 references to _topLevelNode
MSBuild (9)
JsonOutputFormatter.cs (9)
25return _topLevelNode.ToJsonString(s_options); 35ErrorUtilities.VerifyThrow(_topLevelNode["Properties"] is null, "Should not add multiple lists of properties to the json format."); 43_topLevelNode["Properties"] = propertiesNode; 53ErrorUtilities.VerifyThrow(_topLevelNode["Items"] is null, "Should not add multiple lists of items to the json format."); 79_topLevelNode["Items"] = itemsNode; 89ErrorUtilities.VerifyThrow(_topLevelNode["Items"] is null, "Should not add multiple lists of items to the json format."); 120_topLevelNode["Items"] = itemsNode; 130ErrorUtilities.VerifyThrow(_topLevelNode["TargetResults"] is null, "Should not add multiple lists of target results to the json format."); 160_topLevelNode["TargetResults"] = targetResultsNode;