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