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