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