2 writes to _absolutePath
Microsoft.Build (2)
Construction\Solution\ProjectInSolution.cs (2)
179
_absolutePath
= Path.Combine(ParentSolution.SolutionFileDirectory, _relativePath);
190
_absolutePath
= FileUtilities.NormalizePath(_absolutePath);
3 references to _absolutePath
Microsoft.Build (3)
Construction\Solution\ProjectInSolution.cs (3)
177
if (
_absolutePath
== null)
190
_absolutePath = FileUtilities.NormalizePath(
_absolutePath
);
201
return
_absolutePath
;