Graph\GraphBuildRequestData.cs (7)
72: this(new ProjectGraphEntryPoint(projectFullPath, globalProperties).AsEnumerable(), targetsToBuild, hostServices, BuildRequestDataFlags.None)
85: this(new ProjectGraphEntryPoint(projectFullPath, globalProperties).AsEnumerable(), targetsToBuild, hostServices, flags)
95: this(projectGraphEntryPoint.AsEnumerable(), targetsToBuild, null, BuildRequestDataFlags.None)
106: this(projectGraphEntryPoint.AsEnumerable(), targetsToBuild, hostServices, BuildRequestDataFlags.None)
118: this(projectGraphEntryPoint.AsEnumerable(), targetsToBuild, hostServices, flags)
128: this(projectGraphEntryPoints, targetsToBuild, null, BuildRequestDataFlags.None)
139: this(projectGraphEntryPoints, targetsToBuild, hostServices, BuildRequestDataFlags.None)