1 write to projectDirectory
Microsoft.Build.Engine (1)
Engine\TargetDependencyAnalyzer.cs (1)
53this.projectDirectory = projectDirectory;
4 references to projectDirectory
Microsoft.Build.Engine (4)
Engine\TargetDependencyAnalyzer.cs (4)
541bool someOutOfDate = IsAnyOutOfDate(out dependencyAnalysisDetailEntry, projectDirectory, discreteTargetInputItemSpecs, targetOutputItemSpecs); 732bool someOutOfDate = IsAnyOutOfDate(out dependencyAnalysisDetailEntry, projectDirectory, targetInputItemSpecs, targetOutputItemSpecs); 1148path1 = Path.Combine(projectDirectory, path1); 1163path2 = Path.Combine(projectDirectory, path2);