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