18 references to ProjectLoadSettings
Microsoft.Build.Conversion.Core (4)
ProjectFileConverter.cs (4)
21using ProjectLoadSettings = Microsoft.Build.BuildEngine.ProjectLoadSettings; 348public void Convert(ProjectLoadSettings projectLoadSettings) 1377return ConvertInMemory(engine, ProjectLoadSettings.None); 1391ProjectLoadSettings projectLoadSettings
Microsoft.Build.Engine (14)
Engine\Engine.cs (1)
2832returnProject.Load(projectFullPath, buildEventContext, ProjectLoadSettings.None);
Engine\Project.cs (13)
306private ProjectLoadSettings loadSettings = ProjectLoadSettings.None; 1370internal ProjectLoadSettings LoadSettings 1734Load(projectFileName, ProjectLoadSettings.None); 1744ProjectLoadSettings projectLoadSettings 1758ProjectLoadSettings projectLoadSettings 1884Load(textReader, ProjectLoadSettings.None); 1894ProjectLoadSettings projectLoadSettings 1936LoadXml(projectXml, ProjectLoadSettings.None); 1946ProjectLoadSettings projectLoadSettings 1988ProjectLoadSettings projectLoadSettings 2010private void InternalLoadFromXmlDocument(XmlDocument projectXml, ProjectLoadSettings projectLoadSettings) 4102ProjectErrorUtilities.VerifyThrowInvalidProject((this.loadSettings & ProjectLoadSettings.IgnoreMissingImports) != 0,