5 references to EvaluationFrame
Microsoft.Build (5)
Evaluation\Profiler\EvaluationProfiler.cs (5)
45
? new
EvaluationFrame
(this,
54
return _shouldTrackElements ? new
EvaluationFrame
(this, CurrentLocation.WithFile(file)) : null;
62
? new
EvaluationFrame
(this,
72
return _shouldTrackElements ? new
EvaluationFrame
(this, CurrentLocation.WithFileLineAndElement(element.Location.File, element.Location.Line, element)) : null;
79
return _shouldTrackElements ? new
EvaluationFrame
(this, CurrentLocation.WithFileLineAndCondition(location.File, location.Line, condition)) : null;