1 write to _evaluationProfiler
Microsoft.Build (1)
Evaluation\Profiler\EvaluationProfiler.cs (1)
111
_evaluationProfiler
= evaluationProfiler;
8 references to _evaluationProfiler
Microsoft.Build (8)
Evaluation\Profiler\EvaluationProfiler.cs (8)
117
if (
_evaluationProfiler
._evaluationStack.Count > 0)
119
_evaluationProfiler
._evaluationStack.Peek()._exclusiveTime.Stop();
122
_evaluationProfiler
._evaluationStack.Push(this);
133
if (
_evaluationProfiler
._evaluationStack.Pop() != this)
138
if (
_evaluationProfiler
._evaluationStack.Count > 0)
140
_evaluationProfiler
._evaluationStack.Peek()._exclusiveTime.Start();
144
if (!
_evaluationProfiler
.ProfiledResult.Value.ProfiledLocations.TryGetValue(Location, out var previousTimeSpent))
154
_evaluationProfiler
._timeSpent[Location] = updatedTimeSpent;