7 references to LoadProject
dotnet (3)
CommandFactory\CommandResolution\MSBuildProject.cs (1)
128_project = ProjectCollection.GlobalProjectCollection.LoadProject(
Commands\Run\RunCommandSelector.cs (2)
207_project = Collection.LoadProject(_projectFilePath, new Dictionary<string, string>(_globalProperties), toolsVersion: null); 275_restoreProject = Collection.LoadProject(_projectFilePath, restoreProperties, toolsVersion: null);
dotnet-openapi (1)
Commands\BaseCommand.cs (1)
127var project = ProjectCollection.GlobalProjectCollection.LoadProject(
Microsoft.Build (1)
Definition\ProjectCollection.cs (1)
1242return LoadProject(fileName, null /* use project collection's global properties */, toolsVersion);
MSBuild (2)
XMake.cs (2)
1749Project project = projectCollection.LoadProject(projectFile, globalProperties, toolsVersion); 2029Project project = projectCollection.LoadProject(projectFile, globalProperties, toolsVersion);