Definition\Project.cs (5)
138: this(ProjectRootElement.Create(projectCollection), null, null, projectCollection)
148: this(ProjectRootElement.Create(projectCollection, newProjectFileOptions), null, null, projectCollection)
161: this(ProjectRootElement.Create(projectCollection, DefaultNewProjectTemplateOptions), globalProperties, toolsVersion, projectCollection)
175: this(ProjectRootElement.Create(projectCollection, newProjectFileOptions), globalProperties, toolsVersion, projectCollection)
203: this(xml, globalProperties, toolsVersion, ProjectCollection.GlobalProjectCollection)