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)
361evaluator._evaluationLoggingContext.LogProjectEvaluationFinished(globalProperties, properties, items, evaluator._evaluationProfiler.ProfiledResult); 625using (_evaluationProfiler.TrackPass(EvaluationPass.TotalEvaluation)) 639using (_evaluationProfiler.TrackPass(EvaluationPass.InitialProperties)) 661using (_evaluationProfiler.TrackPass(EvaluationPass.Properties)) 679using (_evaluationProfiler.TrackPass(EvaluationPass.ItemDefinitionGroups)) 683using (_evaluationProfiler.TrackElement(itemDefinitionGroupElement)) 691using (_evaluationProfiler.TrackPass(EvaluationPass.Items)) 694lazyEvaluator = new LazyItemEvaluator<P, I, M, D>(_data, _itemFactory, _evaluationLoggingContext, _evaluationProfiler, _evaluationContext); 700using (_evaluationProfiler.TrackElement(itemGroup)) 707using (_evaluationProfiler.TrackPass(EvaluationPass.LazyItems)) 736using (_evaluationProfiler.TrackPass(EvaluationPass.UsingTasks)) 768using (_evaluationProfiler.TrackPass(EvaluationPass.Targets)) 775using (_evaluationProfiler.TrackElement(element)) 783using (_evaluationProfiler.TrackElement(target)) 829ErrorUtilities.VerifyThrow(_evaluationProfiler.IsEmpty(), "Evaluation profiler stack is not empty."); 870using (_evaluationProfiler.TrackFile(currentProjectOrImport.FullPath)) 985using (_evaluationProfiler.TrackElement(propertyGroupElement)) 1006using (_evaluationProfiler.TrackElement(itemDefinitionElement)) 1025using (_evaluationProfiler.TrackElement(itemElement)) 1041ProjectTargetInstance targetInstance = targetElement.TargetInstance ?? ReadNewTargetElement(targetElement, _projectSupportsReturnsAttribute[(ProjectRootElement)targetElement.Parent], _evaluationProfiler); 1291using (_evaluationProfiler.TrackElement(propertyElement)) 1401using (_evaluationProfiler.TrackElement(importElement)) 1426using (_evaluationProfiler.TrackElement(importGroupElement)) 1448using (_evaluationProfiler.TrackElement(chooseElement)) 1476using (_evaluationProfiler.TrackElement(element)) 2402using (_evaluationProfiler.TrackCondition(element.ConditionLocation, condition)) 2438using (_evaluationProfiler.TrackCondition(element.ConditionLocation, condition))