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