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)
177if (_absolutePath == null) 188_absolutePath = Path.GetFullPath(_absolutePath); 201return _absolutePath;