Home
last modified time | relevance | path

Searched refs:ProjectRootElementCache (Results 1 – 22 of 22) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Evaluation/
H A DProjectRootElementCache_Tests.cs58 …ProjectCollection.GlobalProjectCollection.ProjectRootElementCache.Get("c:\\foo", (p, c) => null, t… in AddNull()
70 …ProjectCollection.GlobalProjectCollection.ProjectRootElementCache.Get("c:\\foo", (p, c) => Project… in AddUnsavedProject()
82 … projectRootElement2 = ProjectCollection.GlobalProjectCollection.ProjectRootElementCache.Get(roote… in AddEntry()
102 …projectRootElement = ProjectCollection.GlobalProjectCollection.ProjectRootElementCache.Get(project… in AddEntryStrongReference()
106 … ProjectCollection.GlobalProjectCollection.ProjectRootElementCache.DiscardStrongReferences(); in AddEntryStrongReference()
110 …Assert.Null(ProjectCollection.GlobalProjectCollection.ProjectRootElementCache.TryGet(projectPath)); in AddEntryStrongReference()
124ProjectRootElementCache cache = new ProjectRootElementCache(true /* auto reload from disk */); in GetProjectRootElementChangedOnDisk1()
158ProjectRootElementCache cache = new ProjectRootElementCache(false /* do not auto reload from disk … in GetProjectRootElementChangedOnDisk2()
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/
H A DProjectRootElement.cs64 …private static readonly ProjectRootElementCache.OpenProjectRootElement s_openLoaderDelegate = Open…
152 private readonly ProjectRootElementCache _projectRootElementCache;
222 private ProjectRootElement(string path, ProjectRootElementCache projectRootElementCache, in ProjectRootElement()
250 …private ProjectRootElement(XmlDocumentWithLocation document, ProjectRootElementCache projectRootEl… in ProjectRootElement()
766 internal ProjectRootElementCache ProjectRootElementCache => _projectRootElementCache; field in Microsoft.Build.Construction.ProjectRootElement
827 return Create(projectCollection.ProjectRootElementCache); in Create()
837 return Create(projectCollection.ProjectRootElementCache, projectFileOptions); in Create()
1769 internal static ProjectRootElement Create(ProjectRootElementCache projectRootElementCache) in Create()
1810 …ew ProjectRootElement(document, ProjectCollection.GlobalProjectCollection.ProjectRootElementCache); in Open()
2026 …private static ProjectRootElement OpenLoader(string path, ProjectRootElementCache projectRootEleme… in OpenLoader()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/BuildManager/
H A DBuildParameters.cs249 … Initialize(Utilities.GetEnvironmentProperties(), new ProjectRootElementCache(false), null); in BuildParameters()
260 …nce>(projectCollection.EnvironmentProperties), projectCollection.ProjectRootElementCache, new Tool… in BuildParameters()
309 ProjectRootElementCache = other.ProjectRootElementCache; in BuildParameters()
757 internal ProjectRootElementCache ProjectRootElementCache property in Microsoft.Build.Execution.BuildParameters
894 …opertyDictionary<ProjectPropertyInstance> environmentProperties, ProjectRootElementCache projectRo… in Initialize()
898 ProjectRootElementCache = projectRootElementCache; in Initialize()
H A DBuildManager.cs398 _buildParameters.ProjectRootElementCache.DiscardImplicitReferences(); in BeginBuild()
500 _buildParameters?.ProjectRootElementCache.DiscardImplicitReferences(); in ResetCaches()
775 … _buildParameters.ProjectRootElementCache == projectInstance.ProjectRootElementCache, in ExecuteSubmission()
780 … _buildParameters.ProjectRootElementCache = projectInstance.ProjectRootElementCache; in ExecuteSubmission()
784 else if (_buildParameters.ProjectRootElementCache == null) in ExecuteSubmission()
788 _buildParameters.ProjectRootElementCache = in ExecuteSubmission()
789 … new ProjectRootElementCache(false /* do not automatically reload from disk */); in ExecuteSubmission()
1239 _buildParameters.ProjectRootElementCache.Clear(); in Reset()
1629 _buildParameters?.ProjectRootElementCache?.Clear(); in CheckSubmissionCompletenessAndRemove()
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DConditionEvaluator.cs186 ProjectRootElementCache projectRootElementCache = null
212 ProjectRootElementCache projectRootElementCache = null
365 ProjectRootElementCache LoadedProjectsCache
385 private ProjectRootElementCache _projectRootElementCache;
420 public ProjectRootElementCache LoadedProjectsCache
434 ProjectRootElementCache projectRootElementCache = null in ConditionEvaluationState()
H A DProjectRootElementCache.cs63 internal class ProjectRootElementCache class
114 static ProjectRootElementCache() in ProjectRootElementCache() method in Microsoft.Build.Evaluation.ProjectRootElementCache
131 internal ProjectRootElementCache(bool autoReloadFromDisk) in ProjectRootElementCache() method in Microsoft.Build.Evaluation.ProjectRootElementCache
153 …nal delegate ProjectRootElement OpenProjectRootElement(string path, ProjectRootElementCache cache); in OpenProjectRootElement()
H A DProjectStringCache.cs59 ProjectRootElementCache.StrongCacheEntryRemoved += OnStrongCacheEntryRemoved; in ProjectStringCache()
H A DEvaluator.cs192 private readonly ProjectRootElementCache _projectRootElementCache;
219 ProjectRootElementCache projectRootElementCache, in Evaluator()
354 ProjectRootElementCache projectRootElementCache, in Evaluate()
2583 …t, ExpanderOptions expanderOptions, ParserOptions parserOptions, ProjectRootElementCache projectRo… in EvaluateConditionCollectingConditionedProperties()
2591 …n, ExpanderOptions expanderOptions, ParserOptions parserOptions, ProjectRootElementCache projectRo… in EvaluateConditionCollectingConditionedProperties()
/dports/devel/msbuild/msbuild-0.06/src/Build/Definition/
H A DProjectCollection.cs233 private ProjectRootElementCache _projectRootElementCache;
307ProjectRootElementCache = new ProjectRootElementCache(false /* do not automatically reload changed… in ProjectCollection()
356ProjectRootElementCache.ProjectRootElementAddedHandler += ProjectRootElementCache_ProjectRootEleme… in ProjectCollection()
357ProjectRootElementCache.ProjectRootElementDirtied += ProjectRootElementCache_ProjectRootElementDir… in ProjectCollection()
358 ProjectRootElementCache.ProjectDirtied += ProjectRootElementCache_ProjectDirtiedHandler; in ProjectCollection()
884 internal ProjectRootElementCache ProjectRootElementCache property in Microsoft.Build.Evaluation.ProjectCollection
1262 ProjectRootElementCache.DiscardStrongReferences(); in UnloadProject()
1303 ProjectRootElementCache.DiscardAnyWeakReference(projectRootElement); in UnloadProject()
1326 ProjectRootElementCache.Clear(); in UnloadAllProjects()
1442 ProjectRootElementCache.DiscardStrongReferences(); in TryUnloadProject()
[all …]
H A DToolset.cs847 …ingService loggingServices, BuildEventContext buildEventContext, ProjectRootElementCache projectRo… in GetTaskRegistry()
875 …ingService loggingServices, BuildEventContext buildEventContext, ProjectRootElementCache projectRo… in GetOverrideTaskRegistry()
895 …ingService loggingServices, BuildEventContext buildEventContext, ProjectRootElementCache projectRo… in RegisterDefaultTasks()
992 …ingService loggingServices, BuildEventContext buildEventContext, ProjectRootElementCache projectRo… in RegisterOverrideTasks()
1050 …ntContext, string defaultTasksFilePattern, string taskFileError, ProjectRootElementCache projectRo… in LoadAndRegisterFromTasksFile()
H A DProject.cs518 projectCollection.ProjectRootElementCache, in Project()
2745 _projectCollection.ProjectRootElementCache, in Reevaluate()
3475 … TaskRegistry = new TaskRegistry(Toolset, _project._projectCollection.ProjectRootElementCache); in InitializeForEvaluation()
/dports/devel/msbuild/msbuild-0.06/src/Build/Instance/
H A DProjectInstance.cs339 this.ProjectRootElementCache = projectToInheritFrom.ProjectRootElementCache; in ProjectInstance()
444 this.ProjectRootElementCache = data.Project.ProjectCollection.ProjectRootElementCache; in ProjectInstance()
543 this.ProjectRootElementCache = that.ProjectRootElementCache; in ProjectInstance()
1155 internal ProjectRootElementCache ProjectRootElementCache property in Microsoft.Build.Execution.ProjectInstance
1856 internal bool IsLoaded => ProjectRootElementCache != null && TaskRegistry.IsLoaded;
1868 ProjectRootElementCache = projectRootElementCache; in LateInitialize()
2155 parameters.ProjectRootElementCache = ProjectRootElementCache; in Build()
2379 ProjectRootElementCache projectRootElementCache, in GenerateSolutionWrapperUsingOldOM()
2515 this.ProjectRootElementCache = buildParameters.ProjectRootElementCache; in Initialize()
2557 this.TaskRegistry = new TaskRegistry(this.Toolset, ProjectRootElementCache); in Initialize()
[all …]
H A DTaskRegistry.cs152 internal ProjectRootElementCache RootElementCache { get; set; }
158 internal TaskRegistry(ProjectRootElementCache projectRootElementCache) in TaskRegistry()
178 internal TaskRegistry(Toolset toolset, ProjectRootElementCache projectRootElementCache) in TaskRegistry()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Definition/
H A DToolsVersion_Tests.cs38 … BuildEventContext(1, 2, BuildEventContext.InvalidProjectContextId, 4), e.ProjectRootElementCache); in OverrideTasksAreFoundInOverridePath()
39 … BuildEventContext(1, 2, BuildEventContext.InvalidProjectContextId, 4), e.ProjectRootElementCache); in OverrideTasksAreFoundInOverridePath()
83 … BuildEventContext(1, 2, BuildEventContext.InvalidProjectContextId, 4), e.ProjectRootElementCache); in OverrideTaskPathIsRelative()
101 … BuildEventContext(1, 2, BuildEventContext.InvalidProjectContextId, 4), e.ProjectRootElementCache); in OverrideTaskPathHasInvalidChars()
118 … BuildEventContext(1, 2, BuildEventContext.InvalidProjectContextId, 4), e.ProjectRootElementCache); in OverrideTaskPathHasTooLongOfAPath()
136 … BuildEventContext(1, 2, BuildEventContext.InvalidProjectContextId, 4), e.ProjectRootElementCache); in OverrideTaskPathIsNotFound()
157 …xt.InvalidProjectContextId, 4), ProjectCollection.GlobalProjectCollection.ProjectRootElementCache); in DefaultTasksAreFoundInToolsPath()
185 …ice, BuildEventContext.Invalid, ProjectCollection.GlobalProjectCollection.ProjectRootElementCache); in WarningLoggedIfNoDefaultTasksFound()
207 …ice, BuildEventContext.Invalid, ProjectCollection.GlobalProjectCollection.ProjectRootElementCache); in InvalidToolPath()
908 …xt.InvalidProjectContextId, 4), ProjectCollection.GlobalProjectCollection.ProjectRootElementCache); in InlineTasksInDotTasksFile()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/BackEnd/
H A DMockHost.cs87 _buildParameters.ProjectRootElementCache = new ProjectRootElementCache(false); in MockHost()
H A DBuildManager_Tests.cs1777 _parameters.ProjectRootElementCache = _projectCollection.ProjectRootElementCache; in GhostProjectRootElementCache()
1833 _parameters.ProjectRootElementCache = projectCollection.ProjectRootElementCache; in VerifyImportedProjectRootElementsInheritExplicitLoadFlag()
1853 _parameters.ProjectRootElementCache = projectCollection.ProjectRootElementCache; in VerifyImportedProjectRootElementsInheritExplicitLoadFlag()
H A DTaskRegistry_Tests.cs2188 … ? new TaskRegistry(toolset, ProjectCollection.GlobalProjectCollection.ProjectRootElementCache) in CreateTaskRegistryAndRegisterTasks()
2189 … : new TaskRegistry(ProjectCollection.GlobalProjectCollection.ProjectRootElementCache); in CreateTaskRegistryAndRegisterTasks()
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Node/
H A DOutOfProcNode.cs48 private static ProjectRootElementCache s_projectRootElementCache;
195 …s_projectRootElementCache = new ProjectRootElementCache(true /* automatically reload any changes f… in OutOfProcNode()
700 _buildParameters.ProjectRootElementCache = s_projectRootElementCache; in HandleNodeConfiguration()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/
H A DProjectEvaluationFinishedEventArgs_Tests.cs59 new ProjectRootElementCache(false), false, false); in GetProfilerResults()
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Shared/
H A DBuildRequestConfiguration.cs480 … _project.LateInitialize(buildParameters.ProjectRootElementCache, buildParameters.HostServices); in InitializeProject()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Instance/
H A DProjectInstance_Internal_Tests.cs291 …Project></Project>")), ProjectCollection.GlobalProjectCollection.ProjectRootElementCache, false, f… in UsingExplicitToolsVersionShouldBeFalseWhenNoToolsetIsReferencedInProject()
/dports/devel/msbuild/msbuild-0.06/src/Build/
H A DMicrosoft.Build.csproj548 <Compile Include="Evaluation\ProjectRootElementCache.cs" />