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