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)
177if (_absolutePath == null) 190_absolutePath = FileUtilities.NormalizePath(_absolutePath); 201return _absolutePath;