2 writes to ProjectGraphEntryPoints
Microsoft.Build (2)
Graph\GraphBuildRequestData.cs (2)
155
ProjectGraphEntryPoints
= projectGraphEntryPoints;
163
ProjectGraphEntryPoints
= projectGraphEntryPoints.ToList();
5 references to ProjectGraphEntryPoints
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (1)
1952
submission.BuildRequestData.
ProjectGraphEntryPoints
,
Graph\GraphBuildRequestData.cs (3)
205
else if (
ProjectGraphEntryPoints
!= null)
207
foreach (ProjectGraphEntryPoint entryPoint in
ProjectGraphEntryPoints
)
225
ProjectGraphEntryPoint? entryPoint =
ProjectGraphEntryPoints
?.FirstOrDefault();
MSBuild (1)
XMake.cs (1)
1629
ProjectGraphEntryPoint entryPoint = graphBuildRequest.
ProjectGraphEntryPoints
.Single();