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