Home
last modified time | relevance | path

Searched refs:isExplicitlyLoaded (Results 1 – 3 of 3) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DProjectRootElementCache.cs196 …ent Get(string projectFile, OpenProjectRootElement openProjectRootElement, bool isExplicitlyLoaded, in Get() argument
280 if (projectRootElement != null && isExplicitlyLoaded) in Get()
361isExplicitlyLoaded: false, // Since we are not creating a PRE this can be true or false in TryGet()
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/
H A DProjectRootElement.cs170 …ment(XmlReader xmlReader, ProjectRootElementCache projectRootElementCache, bool isExplicitlyLoaded, in ProjectRootElement() argument
177 this.IsExplicitlyLoaded = isExplicitlyLoaded; in ProjectRootElement()
1785 …Element Open(string path, ProjectRootElementCache projectRootElementCache, bool isExplicitlyLoaded, in Open() argument
1792 isExplicitlyLoaded, preserveFormatting); in Open()
1818 …ies, string toolsVersion, ProjectRootElementCache projectRootElementCache, bool isExplicitlyLoaded) in OpenProjectOrSolution() argument
1826 isExplicitlyLoaded, in OpenProjectOrSolution()
/dports/devel/msbuild/msbuild-0.06/src/Build/Instance/
H A DProjectInstance.cs2017 …e loggingService, BuildEventContext projectBuildEventContext, bool isExplicitlyLoaded, IReadOnlyCo… in LoadSolutionForBuild() argument
2045 …tCache, buildParameters, loggingService, projectBuildEventContext, isExplicitlyLoaded, sdkResolver… in LoadSolutionForBuild()
2067 …tCache, buildParameters, loggingService, projectBuildEventContext, isExplicitlyLoaded, sdkResolver… in LoadSolutionForBuild()
2072 …tCache, buildParameters, loggingService, projectBuildEventContext, isExplicitlyLoaded, sdkResolver… in LoadSolutionForBuild()
2383 bool isExplicitlyLoaded, in GenerateSolutionWrapperUsingOldOM() argument
2448 …ader.Create(new StringReader(wrapperProjectXml), xrs), projectRootElementCache, isExplicitlyLoaded, in GenerateSolutionWrapperUsingOldOM()