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