1 write to FullPath
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
423RootLink.FullPath = value;
1 reference to FullPath
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
416get => Link != null ? RootLink.FullPath : _projectFileLocation?.File;