1 write to _evaluationProfiler
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
293_evaluationProfiler = new EvaluationProfiler(profileEvaluation);
27 references to _evaluationProfiler
Microsoft.Build (27)
Evaluation\Evaluator.cs (27)
402evaluator._evaluationLoggingContext.LogProjectEvaluationFinished(globalProperties, properties, items, evaluator._evaluationProfiler.ProfiledResult); 666using (_evaluationProfiler.TrackPass(EvaluationPass.TotalEvaluation)) 686using (_evaluationProfiler.TrackPass(EvaluationPass.InitialProperties)) 708using (_evaluationProfiler.TrackPass(EvaluationPass.Properties)) 733using (_evaluationProfiler.TrackPass(EvaluationPass.ItemDefinitionGroups)) 737using (_evaluationProfiler.TrackElement(itemDefinitionGroupElement)) 752using (_evaluationProfiler.TrackPass(EvaluationPass.Items)) 755lazyEvaluator = new LazyItemEvaluator<P, I, M, D>(_data, _itemFactory, _evaluationLoggingContext, _evaluationProfiler, _evaluationContext); 766using (_evaluationProfiler.TrackElement(itemGroup)) 773using (_evaluationProfiler.TrackPass(EvaluationPass.LazyItems)) 810using (_evaluationProfiler.TrackPass(EvaluationPass.UsingTasks)) 849using (_evaluationProfiler.TrackPass(EvaluationPass.Targets)) 856using (_evaluationProfiler.TrackElement(element)) 864using (_evaluationProfiler.TrackElement(target)) 910Assumed.True(_evaluationProfiler.IsEmpty(), "Evaluation profiler stack is not empty."); 951using (_evaluationProfiler.TrackFile(currentProjectOrImport.FullPath)) 1066using (_evaluationProfiler.TrackElement(propertyGroupElement)) 1087using (_evaluationProfiler.TrackElement(itemDefinitionElement)) 1106using (_evaluationProfiler.TrackElement(itemElement)) 1122ProjectTargetInstance targetInstance = targetElement.TargetInstance ?? ReadNewTargetElement(targetElement, _projectSupportsReturnsAttribute[(ProjectRootElement)targetElement.Parent], _evaluationProfiler); 1372using (_evaluationProfiler.TrackElement(propertyElement)) 1482using (_evaluationProfiler.TrackElement(importElement)) 1510using (_evaluationProfiler.TrackElement(importGroupElement)) 1532using (_evaluationProfiler.TrackElement(chooseElement)) 1560using (_evaluationProfiler.TrackElement(element)) 2518using (_evaluationProfiler.TrackCondition(element.ConditionLocation, condition)) 2554using (_evaluationProfiler.TrackCondition(element.ConditionLocation, condition))