2 writes to ProjectGraphEntryPoints
Microsoft.Build (2)
Graph\GraphBuildRequestData.cs (2)
154
ProjectGraphEntryPoints
= projectGraphEntryPoints;
162
ProjectGraphEntryPoints
= projectGraphEntryPoints.ToList();
5 references to ProjectGraphEntryPoints
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (1)
1893
submission.BuildRequestData.
ProjectGraphEntryPoints
,
Graph\GraphBuildRequestData.cs (3)
204
else if (
ProjectGraphEntryPoints
!= null)
206
foreach (ProjectGraphEntryPoint entryPoint in
ProjectGraphEntryPoints
)
224
ProjectGraphEntryPoint? entryPoint =
ProjectGraphEntryPoints
?.FirstOrDefault();
MSBuild (1)
XMake.cs (1)
1613
ProjectGraphEntryPoint entryPoint = graphBuildRequest.
ProjectGraphEntryPoints
.Single();