2 writes to _projectFileLocation
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
436_projectFileLocation = ElementLocation.Create(newFullPath); 2101_projectFileLocation = ElementLocation.Create(fullPath);
10 references to _projectFileLocation
Microsoft.Build (10)
Construction\ProjectRootElement.cs (10)
414get => Link != null ? RootLink.FullPath : _projectFileLocation?.File; 425string oldFullPath = _projectFileLocation?.File; 654public ElementLocation ProjectFileLocation => Link != null ? RootLink.ProjectFileLocation : _projectFileLocation ?? ElementLocation.EmptyLocation; 699internal bool IsMemberOfProjectCollection => _projectFileLocation != null; 1540ErrorUtilities.VerifyThrowInvalidOperation(_projectFileLocation != null, "OM_MustSetFileNameBeforeSave"); 1547MSBuildEventSource.Log.SaveStart(_projectFileLocation.LocationString); 1553using (var projectWriter = new ProjectWriter(_projectFileLocation.File, saveEncoding)) 1561FileInfo fileInfo = FileUtilities.GetFileInfoNoThrow(_projectFileLocation.File); 1580MSBuildEventSource.Log.SaveStop(_projectFileLocation.LocationString); 1884if (_projectFileLocation != null)