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