2 writes to _absolutePath
Microsoft.Build (2)
Construction\Solution\ProjectInSolution.cs (2)
188
_absolutePath
= Path.Combine(ParentSolution.SolutionFileDirectory, _relativePath);
199
_absolutePath
= FileUtilities.NormalizePath(_absolutePath);
3 references to _absolutePath
Microsoft.Build (3)
Construction\Solution\ProjectInSolution.cs (3)
186
if (
_absolutePath
== null)
199
_absolutePath = FileUtilities.NormalizePath(
_absolutePath
);
210
return
_absolutePath
;