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)
366
evaluator._evaluationLoggingContext.LogProjectEvaluationFinished(globalProperties, properties, items, evaluator.
_evaluationProfiler
.ProfiledResult);
630
using (
_evaluationProfiler
.TrackPass(EvaluationPass.TotalEvaluation))
644
using (
_evaluationProfiler
.TrackPass(EvaluationPass.InitialProperties))
666
using (
_evaluationProfiler
.TrackPass(EvaluationPass.Properties))
684
using (
_evaluationProfiler
.TrackPass(EvaluationPass.ItemDefinitionGroups))
688
using (
_evaluationProfiler
.TrackElement(itemDefinitionGroupElement))
696
using (
_evaluationProfiler
.TrackPass(EvaluationPass.Items))
699
lazyEvaluator = new LazyItemEvaluator<P, I, M, D>(_data, _itemFactory, _evaluationLoggingContext,
_evaluationProfiler
, _evaluationContext);
705
using (
_evaluationProfiler
.TrackElement(itemGroup))
712
using (
_evaluationProfiler
.TrackPass(EvaluationPass.LazyItems))
741
using (
_evaluationProfiler
.TrackPass(EvaluationPass.UsingTasks))
773
using (
_evaluationProfiler
.TrackPass(EvaluationPass.Targets))
780
using (
_evaluationProfiler
.TrackElement(element))
788
using (
_evaluationProfiler
.TrackElement(target))
834
ErrorUtilities.VerifyThrow(
_evaluationProfiler
.IsEmpty(), "Evaluation profiler stack is not empty.");
875
using (
_evaluationProfiler
.TrackFile(currentProjectOrImport.FullPath))
990
using (
_evaluationProfiler
.TrackElement(propertyGroupElement))
1011
using (
_evaluationProfiler
.TrackElement(itemDefinitionElement))
1030
using (
_evaluationProfiler
.TrackElement(itemElement))
1046
ProjectTargetInstance targetInstance = targetElement.TargetInstance ?? ReadNewTargetElement(targetElement, _projectSupportsReturnsAttribute[(ProjectRootElement)targetElement.Parent],
_evaluationProfiler
);
1296
using (
_evaluationProfiler
.TrackElement(propertyElement))
1406
using (
_evaluationProfiler
.TrackElement(importElement))
1431
using (
_evaluationProfiler
.TrackElement(importGroupElement))
1453
using (
_evaluationProfiler
.TrackElement(chooseElement))
1481
using (
_evaluationProfiler
.TrackElement(element))
2410
using (
_evaluationProfiler
.TrackCondition(element.ConditionLocation, condition))
2446
using (
_evaluationProfiler
.TrackCondition(element.ConditionLocation, condition))