7 references to _topLevelNode
MSBuild (7)
JsonOutputFormatter.cs (7)
24
return
_topLevelNode
.ToJsonString(s_options);
34
Assumed.Null(
_topLevelNode
["Properties"], "Should not add multiple lists of properties to the json format.");
42
_topLevelNode
["Properties"] = propertiesNode;
52
Assumed.Null(
_topLevelNode
["Items"], "Should not add multiple lists of items to the json format.");
78
_topLevelNode
["Items"] = itemsNode;
88
Assumed.Null(
_topLevelNode
["TargetResults"], "Should not add multiple lists of target results to the json format.");
118
_topLevelNode
["TargetResults"] = targetResultsNode;