Graph\GraphBuildRequestData.cs (7)
71: this(new ProjectGraphEntryPoint(projectFullPath, globalProperties).AsEnumerable(), targetsToBuild, hostServices, BuildRequestDataFlags.None)
84: this(new ProjectGraphEntryPoint(projectFullPath, globalProperties).AsEnumerable(), targetsToBuild, hostServices, flags)
94: this(projectGraphEntryPoint.AsEnumerable(), targetsToBuild, null, BuildRequestDataFlags.None)
105: this(projectGraphEntryPoint.AsEnumerable(), targetsToBuild, hostServices, BuildRequestDataFlags.None)
117: this(projectGraphEntryPoint.AsEnumerable(), targetsToBuild, hostServices, flags)
127: this(projectGraphEntryPoints, targetsToBuild, null, BuildRequestDataFlags.None)
138: this(projectGraphEntryPoints, targetsToBuild, hostServices, BuildRequestDataFlags.None)