2 writes to _absolutePath
Microsoft.Build (2)
Construction\Solution\ProjectInSolution.cs (2)
189
_absolutePath
= Path.Combine(ParentSolution.SolutionFileDirectory, _relativePath);
198
_absolutePath
= Path.GetFullPath(_absolutePath);
3 references to _absolutePath
Microsoft.Build (3)
Construction\Solution\ProjectInSolution.cs (3)
187
if (
_absolutePath
== null)
198
_absolutePath = Path.GetFullPath(
_absolutePath
);
211
return
_absolutePath
;