5 references to Default
Microsoft.Build (5)
BackEnd\BuildManager\BuildParameters.cs (1)
228private ProjectLoadSettings _projectLoadSettings = ProjectLoadSettings.Default;
Definition\Project.cs (3)
231: this(xml, globalProperties, toolsVersion, projectCollection, ProjectLoadSettings.Default) 325: this(xmlReader, globalProperties, toolsVersion, projectCollection, ProjectLoadSettings.Default) 419: this(projectFile, globalProperties, toolsVersion, projectCollection, ProjectLoadSettings.Default)
Definition\ProjectOptions.cs (1)
41public ProjectLoadSettings LoadSettings { get; set; } = ProjectLoadSettings.Default;