2 writes to _projectFileLocation
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
428_projectFileLocation = ElementLocation.Create(newFullPath); 2099_projectFileLocation = ElementLocation.Create(fullPath);
10 references to _projectFileLocation
Microsoft.Build (10)
Construction\ProjectRootElement.cs (10)
406get => Link != null ? RootLink.FullPath : _projectFileLocation?.File; 417string oldFullPath = _projectFileLocation?.File; 652public ElementLocation ProjectFileLocation => Link != null ? RootLink.ProjectFileLocation : _projectFileLocation ?? ElementLocation.EmptyLocation; 697internal bool IsMemberOfProjectCollection => _projectFileLocation != null; 1538ErrorUtilities.VerifyThrowInvalidOperation(_projectFileLocation != null, "OM_MustSetFileNameBeforeSave"); 1545MSBuildEventSource.Log.SaveStart(_projectFileLocation.LocationString); 1551using (var projectWriter = new ProjectWriter(_projectFileLocation.File, saveEncoding)) 1559FileInfo fileInfo = FileUtilities.GetFileInfoNoThrow(_projectFileLocation.File); 1578MSBuildEventSource.Log.SaveStop(_projectFileLocation.LocationString); 1882if (_projectFileLocation != null)