13 references to ProjectGraphEntryPoint
Microsoft.Build (9)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
750
return [new
ProjectGraphEntryPoint
(configuration.ProjectFullPath, globalProperties)];
795
graphEntryPoints.Add(new
ProjectGraphEntryPoint
(projectPath, globalProperties));
Graph\GraphBuilder.cs (1)
346
newEntryPoints.Add(new
ProjectGraphEntryPoint
(project.AbsolutePath, projectGlobalProperties));
Graph\GraphBuildRequestData.cs (2)
72
: this(new
ProjectGraphEntryPoint
(projectFullPath, globalProperties).AsEnumerable(), targetsToBuild, hostServices, BuildRequestDataFlags.None)
85
: this(new
ProjectGraphEntryPoint
(projectFullPath, globalProperties).AsEnumerable(), targetsToBuild, hostServices, flags)
Graph\ProjectGraph.cs (2)
206
: this(new
ProjectGraphEntryPoint
(entryProjectFile, globalProperties).AsEnumerable(), ProjectCollection.GlobalProjectCollection, null)
244
: this(new
ProjectGraphEntryPoint
(entryProjectFile, globalProperties).AsEnumerable(), projectCollection, null)
Graph\ProjectGraphEntryPoint.cs (2)
22
:
this
(projectFile, null)
61
yield return new
ProjectGraphEntryPoint
(entryProjectFile, globalProperties);
Microsoft.DotNet.HotReload.Watch (1)
Build\ProjectGraphFactory.cs (1)
57
var entryPoints = rootProjects.Select(p => new
ProjectGraphEntryPoint
(p.ProjectGraphPath, buildProperties));
MSBuild (1)
XMake.cs (1)
1628
graphBuildRequest = new GraphBuildRequestData([new
ProjectGraphEntryPoint
(projectFile, globalProperties)], targets, null, flags, graphBuildOptions);
NuGet.Build.Tasks.Console (2)
MSBuildStaticGraphRestore.cs (2)
727
return projectsKnownToMSBuild.Select(i => new
ProjectGraphEntryPoint
(i.AbsolutePath, globalProperties)).ToList();
733
new
ProjectGraphEntryPoint
(entryProjectPath, globalProperties),