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