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)
186if (_absolutePath == null) 199_absolutePath = FileUtilities.NormalizePath(_absolutePath); 210return _absolutePath;