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