1 write to _evaluationProfiler
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
266_evaluationProfiler = new EvaluationProfiler(profileEvaluation);
27 references to _evaluationProfiler
Microsoft.Build (27)
Evaluation\Evaluator.cs (27)
366evaluator._evaluationLoggingContext.LogProjectEvaluationFinished(globalProperties, properties, items, evaluator._evaluationProfiler.ProfiledResult); 630using (_evaluationProfiler.TrackPass(EvaluationPass.TotalEvaluation)) 644using (_evaluationProfiler.TrackPass(EvaluationPass.InitialProperties)) 666using (_evaluationProfiler.TrackPass(EvaluationPass.Properties)) 684using (_evaluationProfiler.TrackPass(EvaluationPass.ItemDefinitionGroups)) 688using (_evaluationProfiler.TrackElement(itemDefinitionGroupElement)) 696using (_evaluationProfiler.TrackPass(EvaluationPass.Items)) 699lazyEvaluator = new LazyItemEvaluator<P, I, M, D>(_data, _itemFactory, _evaluationLoggingContext, _evaluationProfiler, _evaluationContext); 705using (_evaluationProfiler.TrackElement(itemGroup)) 712using (_evaluationProfiler.TrackPass(EvaluationPass.LazyItems)) 741using (_evaluationProfiler.TrackPass(EvaluationPass.UsingTasks)) 773using (_evaluationProfiler.TrackPass(EvaluationPass.Targets)) 780using (_evaluationProfiler.TrackElement(element)) 788using (_evaluationProfiler.TrackElement(target)) 834ErrorUtilities.VerifyThrow(_evaluationProfiler.IsEmpty(), "Evaluation profiler stack is not empty."); 875using (_evaluationProfiler.TrackFile(currentProjectOrImport.FullPath)) 990using (_evaluationProfiler.TrackElement(propertyGroupElement)) 1011using (_evaluationProfiler.TrackElement(itemDefinitionElement)) 1030using (_evaluationProfiler.TrackElement(itemElement)) 1046ProjectTargetInstance targetInstance = targetElement.TargetInstance ?? ReadNewTargetElement(targetElement, _projectSupportsReturnsAttribute[(ProjectRootElement)targetElement.Parent], _evaluationProfiler); 1296using (_evaluationProfiler.TrackElement(propertyElement)) 1406using (_evaluationProfiler.TrackElement(importElement)) 1431using (_evaluationProfiler.TrackElement(importGroupElement)) 1453using (_evaluationProfiler.TrackElement(chooseElement)) 1481using (_evaluationProfiler.TrackElement(element)) 2410using (_evaluationProfiler.TrackCondition(element.ConditionLocation, condition)) 2446using (_evaluationProfiler.TrackCondition(element.ConditionLocation, condition))