2 writes to targetOutputsPerProject
Microsoft.Build.Framework (2)
BuildEngineResult.cs (2)
35
this.
targetOutputsPerProject
= targetOutputsPerProject;
38
this.
targetOutputsPerProject
= new List<IDictionary<string, ITaskItem[]>>();
2 references to targetOutputsPerProject
Microsoft.Build.Framework (2)
BuildEngineResult.cs (2)
36
if (this.
targetOutputsPerProject
== null)
60
return
targetOutputsPerProject
;