1 write to _projectRootElementCache
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
290_projectRootElementCache = projectRootElementCache;
8 references to _projectRootElementCache
Microsoft.Build (8)
Evaluation\Evaluator.cs (8)
396string skippedMessage = evaluator._projectRootElementCache.ParserIgnoreConfiguration?.GetSkippedSummaryMessage(); 672string configMessage = _projectRootElementCache.ParserIgnoreConfiguration?.GetLoadedConfigsMessage(); 1512if (EvaluateConditionCollectingConditionedProperties(importGroupElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties, _projectRootElementCache)) 1687_projectRootElementCache)) 1784ParserOptions.AllowProperties, _projectRootElementCache)) 2050ProjectRootElement project = ProjectRootElement.CreateEphemeral(_projectRootElementCache); 2085return _projectRootElementCache.Get( 2279_projectRootElementCache,