1 write to _evaluationProfiler
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
260_evaluationProfiler = new EvaluationProfiler(profileEvaluation);
27 references to _evaluationProfiler
Microsoft.Build (27)
Evaluation\Evaluator.cs (27)
353evaluator._evaluationLoggingContext.LogProjectEvaluationFinished(globalProperties, properties, items, evaluator._evaluationProfiler.ProfiledResult); 617using (_evaluationProfiler.TrackPass(EvaluationPass.TotalEvaluation)) 631using (_evaluationProfiler.TrackPass(EvaluationPass.InitialProperties)) 653using (_evaluationProfiler.TrackPass(EvaluationPass.Properties)) 671using (_evaluationProfiler.TrackPass(EvaluationPass.ItemDefinitionGroups)) 675using (_evaluationProfiler.TrackElement(itemDefinitionGroupElement)) 683using (_evaluationProfiler.TrackPass(EvaluationPass.Items)) 686lazyEvaluator = new LazyItemEvaluator<P, I, M, D>(_data, _itemFactory, _evaluationLoggingContext, _evaluationProfiler, _evaluationContext); 692using (_evaluationProfiler.TrackElement(itemGroup)) 699using (_evaluationProfiler.TrackPass(EvaluationPass.LazyItems)) 728using (_evaluationProfiler.TrackPass(EvaluationPass.UsingTasks)) 760using (_evaluationProfiler.TrackPass(EvaluationPass.Targets)) 767using (_evaluationProfiler.TrackElement(element)) 775using (_evaluationProfiler.TrackElement(target)) 821ErrorUtilities.VerifyThrow(_evaluationProfiler.IsEmpty(), "Evaluation profiler stack is not empty."); 862using (_evaluationProfiler.TrackFile(currentProjectOrImport.FullPath)) 977using (_evaluationProfiler.TrackElement(propertyGroupElement)) 998using (_evaluationProfiler.TrackElement(itemDefinitionElement)) 1017using (_evaluationProfiler.TrackElement(itemElement)) 1033ProjectTargetInstance targetInstance = targetElement.TargetInstance ?? ReadNewTargetElement(targetElement, _projectSupportsReturnsAttribute[(ProjectRootElement)targetElement.Parent], _evaluationProfiler); 1277using (_evaluationProfiler.TrackElement(propertyElement)) 1387using (_evaluationProfiler.TrackElement(importElement)) 1412using (_evaluationProfiler.TrackElement(importGroupElement)) 1434using (_evaluationProfiler.TrackElement(chooseElement)) 1462using (_evaluationProfiler.TrackElement(element)) 2388using (_evaluationProfiler.TrackCondition(element.ConditionLocation, condition)) 2424using (_evaluationProfiler.TrackCondition(element.ConditionLocation, condition))