2 writes to _projectFileLocation
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
418_projectFileLocation = ElementLocation.Create(newFullPath); 2072_projectFileLocation = ElementLocation.Create(fullPath);
10 references to _projectFileLocation
Microsoft.Build (10)
Construction\ProjectRootElement.cs (10)
396get => Link != null ? RootLink.FullPath : _projectFileLocation?.File; 407string oldFullPath = _projectFileLocation?.File; 642public ElementLocation ProjectFileLocation => Link != null ? RootLink.ProjectFileLocation : _projectFileLocation ?? ElementLocation.EmptyLocation; 687internal bool IsMemberOfProjectCollection => _projectFileLocation != null; 1516ErrorUtilities.VerifyThrowInvalidOperation(_projectFileLocation != null, "OM_MustSetFileNameBeforeSave"); 1523MSBuildEventSource.Log.SaveStart(_projectFileLocation.LocationString); 1529using (var projectWriter = new ProjectWriter(_projectFileLocation.File, saveEncoding)) 1537FileInfo fileInfo = FileUtilities.GetFileInfoNoThrow(_projectFileLocation.File); 1556MSBuildEventSource.Log.SaveStop(_projectFileLocation.LocationString); 1855if (_projectFileLocation != null)