1 write to _evaluationProfiler
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
280_evaluationProfiler = new EvaluationProfiler(profileEvaluation);
27 references to _evaluationProfiler
Microsoft.Build (27)
Evaluation\Evaluator.cs (27)
382evaluator._evaluationLoggingContext.LogProjectEvaluationFinished(globalProperties, properties, items, evaluator._evaluationProfiler.ProfiledResult); 646using (_evaluationProfiler.TrackPass(EvaluationPass.TotalEvaluation)) 660using (_evaluationProfiler.TrackPass(EvaluationPass.InitialProperties)) 682using (_evaluationProfiler.TrackPass(EvaluationPass.Properties)) 707using (_evaluationProfiler.TrackPass(EvaluationPass.ItemDefinitionGroups)) 711using (_evaluationProfiler.TrackElement(itemDefinitionGroupElement)) 726using (_evaluationProfiler.TrackPass(EvaluationPass.Items)) 729lazyEvaluator = new LazyItemEvaluator<P, I, M, D>(_data, _itemFactory, _evaluationLoggingContext, _evaluationProfiler, _evaluationContext); 738using (_evaluationProfiler.TrackElement(itemGroup)) 745using (_evaluationProfiler.TrackPass(EvaluationPass.LazyItems)) 780using (_evaluationProfiler.TrackPass(EvaluationPass.UsingTasks)) 819using (_evaluationProfiler.TrackPass(EvaluationPass.Targets)) 826using (_evaluationProfiler.TrackElement(element)) 834using (_evaluationProfiler.TrackElement(target)) 880Assumed.True(_evaluationProfiler.IsEmpty(), "Evaluation profiler stack is not empty."); 921using (_evaluationProfiler.TrackFile(currentProjectOrImport.FullPath)) 1036using (_evaluationProfiler.TrackElement(propertyGroupElement)) 1057using (_evaluationProfiler.TrackElement(itemDefinitionElement)) 1076using (_evaluationProfiler.TrackElement(itemElement)) 1092ProjectTargetInstance targetInstance = targetElement.TargetInstance ?? ReadNewTargetElement(targetElement, _projectSupportsReturnsAttribute[(ProjectRootElement)targetElement.Parent], _evaluationProfiler); 1342using (_evaluationProfiler.TrackElement(propertyElement)) 1452using (_evaluationProfiler.TrackElement(importElement)) 1480using (_evaluationProfiler.TrackElement(importGroupElement)) 1502using (_evaluationProfiler.TrackElement(chooseElement)) 1530using (_evaluationProfiler.TrackElement(element)) 2488using (_evaluationProfiler.TrackCondition(element.ConditionLocation, condition)) 2524using (_evaluationProfiler.TrackCondition(element.ConditionLocation, condition))