1 write to _evaluationProfiler
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
273_evaluationProfiler = new EvaluationProfiler(profileEvaluation);
27 references to _evaluationProfiler
Microsoft.Build (27)
Evaluation\Evaluator.cs (27)
373evaluator._evaluationLoggingContext.LogProjectEvaluationFinished(globalProperties, properties, items, evaluator._evaluationProfiler.ProfiledResult); 637using (_evaluationProfiler.TrackPass(EvaluationPass.TotalEvaluation)) 651using (_evaluationProfiler.TrackPass(EvaluationPass.InitialProperties)) 673using (_evaluationProfiler.TrackPass(EvaluationPass.Properties)) 691using (_evaluationProfiler.TrackPass(EvaluationPass.ItemDefinitionGroups)) 695using (_evaluationProfiler.TrackElement(itemDefinitionGroupElement)) 703using (_evaluationProfiler.TrackPass(EvaluationPass.Items)) 706lazyEvaluator = new LazyItemEvaluator<P, I, M, D>(_data, _itemFactory, _evaluationLoggingContext, _evaluationProfiler, _evaluationContext); 715using (_evaluationProfiler.TrackElement(itemGroup)) 722using (_evaluationProfiler.TrackPass(EvaluationPass.LazyItems)) 751using (_evaluationProfiler.TrackPass(EvaluationPass.UsingTasks)) 783using (_evaluationProfiler.TrackPass(EvaluationPass.Targets)) 790using (_evaluationProfiler.TrackElement(element)) 798using (_evaluationProfiler.TrackElement(target)) 844Assumed.True(_evaluationProfiler.IsEmpty(), "Evaluation profiler stack is not empty."); 885using (_evaluationProfiler.TrackFile(currentProjectOrImport.FullPath)) 1000using (_evaluationProfiler.TrackElement(propertyGroupElement)) 1021using (_evaluationProfiler.TrackElement(itemDefinitionElement)) 1040using (_evaluationProfiler.TrackElement(itemElement)) 1056ProjectTargetInstance targetInstance = targetElement.TargetInstance ?? ReadNewTargetElement(targetElement, _projectSupportsReturnsAttribute[(ProjectRootElement)targetElement.Parent], _evaluationProfiler); 1306using (_evaluationProfiler.TrackElement(propertyElement)) 1416using (_evaluationProfiler.TrackElement(importElement)) 1444using (_evaluationProfiler.TrackElement(importGroupElement)) 1466using (_evaluationProfiler.TrackElement(chooseElement)) 1494using (_evaluationProfiler.TrackElement(element)) 2452using (_evaluationProfiler.TrackCondition(element.ConditionLocation, condition)) 2488using (_evaluationProfiler.TrackCondition(element.ConditionLocation, condition))