1 implementation of CreateProjectRootElement
dotnet (1)
Commands\NuGet\NuGetVirtualProjectBuilder.cs (1)
25
public ProjectRootElement
CreateProjectRootElement
(string entryPointFilePath, ProjectCollection projectCollection)
1 reference to CreateProjectRootElement
NuGet.CommandLine.XPlat (1)
Utility\MSBuildAPIUtility.cs (1)
1071
var element = VirtualProjectBuilder.
CreateProjectRootElement
(fullPath, ProjectCollection.GlobalProjectCollection);